Filters the default site creation variables for the site sign-up form.
Parameters
$signup_blog_defaultsarray
Source
$filtered_results = apply_filters( 'signup_blog_init', $signup_blog_defaults );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
Filters the default site creation variables for the site sign-up form.
$signup_blog_defaultsarray$filtered_results = apply_filters( 'signup_blog_init', $signup_blog_defaults );
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.