Filters the post query arguments for the ‘Recent Drafts’ dashboard widget.
Parameters
$query_argsarray- The query arguments for the ‘Recent Drafts’ dashboard widget.
Source
$query_args = apply_filters( 'dashboard_recent_drafts_query_args', $query_args );
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.