W3cubDocs

/WordPress

apply_filters( ‘signup_another_blog_init’, array $signup_defaults )

Filters the default site sign-up variables.

Parameters

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

Source

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

Changelog

Version Description
3.0.0 Introduced.

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