wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wpmu_active_signup › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'wpmu_active_signup', $active_signup )
Parameter:
  • (string) $active_signup String that returns registration type. The value can be 'all', 'none', 'blog', or 'user'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the type of site sign-up.





Quellcode

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