wordpress / latest / hooks / signup_another_blog_init.html

apply_filters( 'signup_another_blog_init', array $signup_defaults )

Filters the default site sign-up variables.

Parameters

$signup_defaults array
An array of default site sign-up variables.
  • blognamestring
    The site blogname.
  • blog_titlestring
    The site title.
  • errorsWP_Error
    A WP_Error object possibly containing 'blogname' or 'blog_title' errors.

Source

File: wp-signup.php. View all references

$filtered_results = apply_filters( 'signup_another_blog_init', $signup_defaults );

Used By

Used By Description

Changelog

Version Description
3.0.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/signup_another_blog_init