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
$active_signup = apply_filters( 'wpmu_active_signup', $active_signup );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.