wpmu_active_signup

wpmu_active_signup

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wpmu_active_signup') is found 1 times:

  • /wp-signup.php line 933
     *
     * @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 ' ';