예제 #1
0
 /**
  * Finds item for specified WordPress post.
  *
  * @param $post \WP_Post WordPress post.
  * @return EntityInterface Item found.
  */
 public function findForPost($post)
 {
     return $this->service->findForPost($post);
 }