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