apply_filters( ‘dashboard_recent_drafts_query_args’, array $query_args )

In this article

Filters the post query arguments for the ‘Recent Drafts’ dashboard widget.

Parameters

$query_argsarray
The query arguments for the ‘Recent Drafts’ dashboard widget.

Source

$query_args = apply_filters( 'dashboard_recent_drafts_query_args', $query_args );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.