Filters the type of site sign-up.
$active_signupstringwp-signup.php:943file scope * * @since 3.0.0 * * @param string $active_signup String that returns registration type. The value can be * 'all', 'none', 'blog', or 'user'. */$active_signup = apply_filters( 'wpmu_active_signup', $active_signup ); if ( current_user_can( 'manage_network' ) ) { echo '<div class="mu_alert">'; _e( 'Greetings Network Administrator!' ); echo ' ';Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.