signup_blog_init WordPress Filter Hook
The signup_blog_init hook is used to initiate a new blog signup. It is fired before the new site is created and allows you to modify the default settings for the new site. This hook is also used to check if the site already exists and if it does, redirect to the signup form.
apply_filters( 'signup_blog_init', array $signup_blog_defaults ) #
Filters the default site creation variables for the site sign-up form.
Parameters
- $signup_blog_defaults
(array)An array of default site creation variables.
Source
File: wp-signup.php
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |