apply_filters( ‘show_network_site_users_add_existing_form’, bool $bool )

In this article

Filters whether to show the Add Existing User form on the Multisite Users screen.

Parameters

$boolbool
Whether to show the Add Existing User form. Default true.

Source

if ( ! wp_is_large_network( 'users' ) && apply_filters( 'show_network_site_users_add_existing_form', true ) ) {

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.