Example #1
0
 public function sync()
 {
     update_post_meta($this->model->getPost()->ID, $this->prefixKey($this->key), $this->getValue());
 }