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



show_network_site_users_add_existing_form › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( 'show_network_site_users_add_existing_form', true )
Parametri:
  • (bool) $bool Whether to show the Add Existing User form. Default true.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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