wpseek.com
A WordPress-centric search engine for devs and theme authors



show_network_site_users_add_existing_form › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'show_network_site_users_add_existing_form', true )
Parameters:
  • (bool) $bool Whether to show the Add Existing User form. Default true.
    Required: Yes
Defined at:
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 ) ) {