Description
Filters the post query arguments for the 'Recent Drafts' dashboard widget.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/dashboard.php | 641 |
Parameters
Type | Name | Description |
---|---|---|
array | $query_args | The query arguments for the 'Recent Drafts' dashboard widget. |
PHP Doc
/**
* 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.
*/