On this page
apply_filters( 'get_users_drafts', string $query )
Filters the user’s drafts query string.
Parameters
$querystring-
The user's drafts query string.
Source
File: wp-admin/includes/user.php. View all references
$query = apply_filters( 'get_users_drafts', $query );
Related
Used By
| Used By | Description |
|---|---|
| get_users_drafts() wp-admin/includes/user.php | Retrieve the user’s drafts. |
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_users_drafts