Description
Filters whether to show the Add New User form on the Multisite Users screen.
Occurrences
Filename | Line Number |
---|---|
wp-admin/network/site-users.php | 348 |
Parameters
Type | Name | Description |
---|---|---|
bool | $bool | Whether to show the Add New User form. Default true. |
PHP Doc
/**
* 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.
*/