635* Filters the post query arguments for the 'Recent Drafts' dashboard widget.636*637* @since 4.4.0638*639* @param array$query_args The query arguments for the 'Recent Drafts' dashboard widget.640*/641$query_args=apply_filters('dashboard_recent_drafts_query_args',$query_args);642643$drafts=get_posts($query_args);644if(!$drafts){645return;646}647}
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.