wpseek.com
A WordPress-centric search engine for devs and theme authors



signup_another_blog_init › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'signup_another_blog_init', $signup_defaults )
Parameters:
  • (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. }
    Required: Yes
Defined at:
Codex:

Filters the default site sign-up variables.





Source

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