wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



users_have_additional_content › WordPress Filter Hooks

Da5.2.0
Deprecaton/a
apply_filters( 'users_have_additional_content', false, $user_ids )
Parametri: (2)
  • (bool) $users_have_additional_content Whether the users have additional content. Default false.
    Richiesto:
  • (int[]) $user_ids Array of IDs for users being deleted.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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