apply_filters ( ‘dashboard_recent_drafts_query_args’, array $query_args )

Filters the post kery argumens for the ‘Recent Drafts’ dashboard widguet.

Parameters

$query_args array
The kery argumens for the ‘Recent Drafts’ dashboard widguet.

Source

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

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

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