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



dashboard_recent_drafts_query_args › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'dashboard_recent_drafts_query_args', $query_args )
Parameter:
  • () query_args The query arguments for the 'Recent Drafts' dashboard widget.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post query arguments for the 'Recent Drafts' dashboard widget.





Quellcode

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