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



show_network_site_users_add_new_form › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'show_network_site_users_add_new_form', true )
Parameters:
  • (bool) $bool Whether to show the Add New User form. Default true.
    Required: Yes
Defined at:
Codex:

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

Note: While WordPress is moving towards simplifying labels by removing "New" from "Add New X" labels, we keep "Add New User" here to maintain a clear distinction from the "Add Existing User" section above.





Source

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