apply_filters( ‘get_users_drafts’, string $query )

In this article

Filters the user’s drafts query string.

Parameters

$querystring
The user’s drafts query string.

Source

$query = apply_filters( 'get_users_drafts', $query );

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

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