wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



users_have_additional_content › Filtr WordPress Hooks

Od5.2.0
Przestarzałyn/a
apply_filters( 'users_have_additional_content', false, $user_ids )
Parametry: (2)
  • (bool) $users_have_additional_content Whether the users have additional content. Default false.
    Wymagane: Tak
  • (int[]) $user_ids Array of IDs for users being deleted.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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