Filters the SQL query string for the user’s drafts query.
Parameters
$querystring- The user’s drafts query string.
Source
$query = apply_filters( 'get_users_drafts', $query );
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
Filters the SQL query string for the user’s drafts query.
$querystring$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.