WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about show_network_site_users_add_new_form

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/network/site-users.php apply_filters 331 /**
* Filters whether to show the Add New User form on the Multisite Users screen.
*
* @since 3.1.0
*
* @param bool $bool Whether to show the Add New User form. Default true.
*/

Hook Parameters

Parameter Type Name Description
bool $bool Whether to show the Add New User form. Default true.