Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function normalize($blogId, \WP_Post $post)
 {
     return magnify_filter('normalized_post', $this->wrapped->normalize($blogId, $post), $blogId, $post);
 }