Filters the default site creation variables for the site sign-up form.
Parameters
$signup_blog_defaults
array
Source
$filtered_results = apply_filters( 'signup_blog_init', $signup_blog_defaults );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
CARVIEW |
Filters the default site creation variables for the site sign-up form.
$signup_blog_defaults
array$filtered_results = apply_filters( 'signup_blog_init', $signup_blog_defaults );
Used by | Description |
---|---|
signup_blog()wp-signup.php | Shows a form for a user or visitor to sign up for a new site. |
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.