Filter hook 'wpmu_active_signup'

in WP Core File wp-signup.php at line 933

Description

Filters the type of site sign-up.

Occurrences

Filename Line Number
wp-signup.php 933

Parameters

Type Name Description
string $active_signup String that returns registration type. The value can be 'all', 'none', 'blog', or 'user'.

PHP Doc

/**
 * Filters the type of site sign-up.
 *
 * @since 3.0.0
 *
 * @param string $active_signup String that returns registration type. The value can be
 *                              'all', 'none', 'blog', or 'user'.
 */