Filters the user’s drafts query string.
Parameters
$query
string- The user’s drafts query string.
Source
$query = apply_filters( 'get_users_drafts', $query );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Filters the user’s drafts query string.
$query
string$query = apply_filters( 'get_users_drafts', $query );
Version | Description |
---|---|
2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.