do_action( ‘signup_blogform’, WP_Error $errors )

In this article

Fires after the site sign-up form.

Parameters

$errorsWP_Error
A WP_Error object possibly containing 'blogname' or 'blog_title' errors.

Source

do_action( 'signup_blogform', $errors );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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