wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



show_network_site_users_add_existing_form › Les Filtres WordPress

Depuis3.1.0
Dépréciéen/a
apply_filters( 'show_network_site_users_add_existing_form', true )
Paramètres:
  • (bool) $bool Whether to show the Add Existing User form. Default true.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether to show the Add Existing User form on the Multisite Users screen.





Source

if ( ! wp_is_large_network( 'users' ) && apply_filters( 'show_network_site_users_add_existing_form', true ) ) {