WPDev.one
Filter Hook

users_have_additional_content

apply_filters( 'users_have_additional_content', false, $user_ids )

Filters whether the users being deleted have additional content associated with them outside of the `post_author` and `link_owner` relationships.

Parameters 0 required

Name / Type Description
false
mixed

No description available.

$user_ids
mixed

No description available.

Return Value

(mixed)
No return value description available.

Hook Information

Source File
wp-admin/users.php
Advertisement