Filters whether to show the Add New User form on the Multisite Users screen.
Parameters
$bool
bool- Whether to show the Add New User form. Default true.
Source
if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) :
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.