apply_filters( 'dashboard_recent_drafts_query_args', array $query_args )

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


Parameters

$query_args array
The query arguments for the 'Recent Drafts' dashboard widget.

Top ↑

Source

File: wp-admin/includes/dashboard.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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