Filters the user's drafts query string.
$querystringwp-admin/includes/user.php:327get_users_drafts() * Filters the user's drafts query string. * * @since 2.0.0 * * @param string $query The user's drafts query string. */ $query = apply_filters( 'get_users_drafts', $query ); return $wpdb->get_results( $query );} /** * Delete user and optionally reassign posts and links to another user. *Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.