Filter hook 'dashboard_recent_drafts_query_args'

in WP Core File wp-admin/includes/dashboard.php at line 641

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.
		 */