apply_filters( ‘signup_blog_init’, array $signup_blog_defaults )

In this article

Filters the default site creation variables for the site sign-up form.

Parameters

$signup_blog_defaultsarray
An array of default site creation variables.
  • user_name string
    The user username.
  • user_email string
    The user email address.
  • blogname string
    The blogname.
  • blog_title string
    The title of the site.
  • errors WP_Error
    A WP_Error object with possible errors relevant to new site creation variables.

Source

$filtered_results = apply_filters( 'signup_blog_init', $signup_blog_defaults );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.