wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



dashboard_recent_posts_query_args › WordPress Filter Hooks

Seit4.2.0
Veraltetn/v
apply_filters( 'dashboard_recent_posts_query_args', $query_args )
Parameter:
  • () query_args The arguments passed to WP_Query to produce the list of posts.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the query arguments used for the Recent Posts widget.





Quellcode

$query_args = apply_filters( 'dashboard_recent_posts_query_args', $query_args );