wpseek.com
A WordPress-centric search engine for devs and theme authors



wpmu_active_signup › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'wpmu_active_signup', $active_signup )
Parameters:
  • (string) $active_signup String that returns registration type. The value can be 'all', 'none', 'blog', or 'user'.
    Required: Yes
Defined at:
Codex:

Filters the type of site sign-up.





Source

$active_signup = apply_filters( 'wpmu_active_signup', $active_signup );