apply_filters( ‘wpmu_active_signup’, string $active_signup )

In this article

Filters the type of site sign-up.

Parameters

$active_signupstring
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

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.