signup_another_blog_init WordPress Filter Hook

The signup_another_blog_init hook is used to initialize the signup process for a new blog. This hook is called when a user clicks on the "Create a new site" link on the WordPress site signup page.

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.

  • '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.


Top ↑

Source

File: wp-signup.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.