コード例 #1
0
ファイル: Repository.php プロジェクト: vutran/wpmvc-core
 /**
  * Saves the meta value for the given post
  *
  * @access public
  * @return bool
  */
 public function updateMeta($postId, $key, $value)
 {
     return WP::updatePostMeta($postId, $key, $value);
 }