WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about users_have_additional_content

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/users.php apply_filters 303 /**
* Filters whether the users being deleted have additional content
* associated with them outside of the `post_author` and `link_owner` relationships.
*
* @since 5.2.0
*
* @param bool $users_have_additional_content Whether the users have additional content. Default false.
* @param int[] $userids Array of IDs for users being deleted.
*/

Hook Parameters

Parameter Type Name Description
bool $users_have_additional_content Whether the users have additional content. Default false.
int[] $userids Array of IDs for users being deleted.