Ejemplo n.º 1
0
 /**
  * WP_Query has posts.
  *
  * @return bool
  * @deprecated since 0.20.0
  */
 static function wp_query_has_posts()
 {
     return TimberPostGetter::wp_query_has_posts();
 }