wpseek.com
A WordPress-centric search engine for devs and theme authors



users_have_additional_content › WordPress Filter Hooks

Since5.2.0
Deprecatedn/a
apply_filters( 'users_have_additional_content', false, $user_ids )
Parameters: (2)
  • (bool) $users_have_additional_content Whether the users have additional content. Default false.
    Required: Yes
  • (int[]) $user_ids Array of IDs for users being deleted.
    Required: Yes
Defined at:
Codex:

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





Source

$users_have_content = (bool) apply_filters( 'users_have_additional_content', false, $user_ids );