apply_filters( 'signup_another_blog_init', array $signup_defaults ) Filters the default site sign-up variables. ContentsParameters Source Related Used By Changelog User Contributed Notes 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 ↑Related Top ↑Used By Used By Used By Description wp-signup.php: signup_another_blog() Shows a form for returning users to sign up for another site. Top ↑Changelog Changelog Version Description 3.0.0 Introduced. Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Used By Used By Used By Description wp-signup.php: signup_another_blog() Shows a form for returning users to sign up for another site.