WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about dashboard_recent_drafts_query_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/dashboard.php apply_filters 625 /**
* Filters the post query arguments for the 'Recent Drafts' dashboard widget.
*
* @since 4.4.0
*
* @param array $query_args The query arguments for the 'Recent Drafts' dashboard widget.
*/

Hook Parameters

Parameter Type Name Description
array $query_args The query arguments for the 'Recent Drafts' dashboard widget.