WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about signup_another_blog_init

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-signup.php apply_filters 358 /**
* Filters the default site sign-up variables.
*
* @since 3.0.0
*
* @param array $signup_defaults {
* An array of default site sign-up variables.
*
* @type string $blogname The site blogname.
* @type string $blog_title The site title.
* @type WP_Error $errors A WP_Error object possibly containing 'blogname' or 'blog_title' errors.
* }
*/

Hook Parameters

Parameter Type Name Description
array $signup_default s {