WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about dashboard_recent_posts_query_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/dashboard.php apply_filters 986 /**
* 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.
*/

Hook Parameters

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