Filter hook 'show_network_site_users_add_new_form'

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

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