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



show_network_site_users_add_new_form › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'show_network_site_users_add_new_form', true )
Parameter:
  • (bool) $bool Whether to show the Add New User form. Default true.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) :