wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



users_have_additional_content › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'users_have_additional_content', false, $user_ids )
Parameter: (2)
  • (bool) $users_have_additional_content Whether the users have additional content. Default false.
    Erforderlich: Ja
  • (int[]) $user_ids Array of IDs for users being deleted.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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