Filter hook 'show_network_site_users_add_existing_form'

in WP Core File wp-admin/network/site-users.php at line 212

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.
 */