apply_filters( 'wpmu_active_signup', string $active_signup )
Filters the type of site sign-up.
Parameters
-
$active_signup
string -
String that returns registration type. The value can be
'all'
,'none'
,'blog'
, or'user'
.
Source
File: wp-signup.php
.
View all references
$active_signup = apply_filters( 'wpmu_active_signup', $active_signup );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |