Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/network/site-users.php | apply_filters | 212 | /** * 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. */ |
wp-admin/network/site-users.php | apply_filters | 297 | /** * Fires after the list table on the Users screen in the Multisite Network Admin. * * @since 3.1.0 */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $bool | Whether to show the Add Existing User form. Default true. |
bool | $bool | Whether to show the Add Existing User form. Default true. |