Filter hook 'dashboard_recent_posts_query_args'

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

Description

Filters the query arguments used for the Recent Posts widget.

Occurrences

Filename Line Number
wp-admin/includes/dashboard.php 1004

Parameters

Type Name Description
array $query_args The arguments passed to WP_Query to produce the list of posts.

PHP Doc

/**
	 * Filters the query arguments used for the Recent Posts widget.
	 *
	 * @since 4.2.0
	 *
	 * @param array $query_args The arguments passed to WP_Query to produce the list of posts.
	 */