Description
Filters whether to show the Add Existing User form on the Multisite Users screen.
Occurrences
Filename | Line Number |
---|---|
wp-admin/network/site-users.php | 212 |
wp-admin/network/site-users.php | 314 |
Parameters
Type | Name | Description |
---|---|---|
bool | $bool | Whether to show the Add Existing User form. Default true. |
PHP Doc
/**
* Filters whether to show the Add Existing User form on the Multisite Users screen.
*
* @since 3.1.0
*
* @param bool $bool Whether to show the Add Existing User form. Default true.
*/