dashboard_recent_posts_query_args

Advertisement

Summery Summery

Filters the query arguments used for the Recent Posts widget.

Syntax Syntax

apply_filters( 'dashboard_recent_posts_query_args', array $query_args )

Parameters Parameters

$query_args

The arguments passed to WP_Query to produce the list of posts.

Source Source

File: wp-admin/includes/dashboard.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.

Advertisement

Leave a Reply