WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wpmu_active_signup

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-signup.php apply_filters 933 /**
* 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'.
*/

Hook Parameters

Parameter Type Name Description
string $active_signup String that returns registration type. The value can be