do_action( 'signup_blogform', WP_Error $errors )
Fires at the end of all of the default input fields for blog creation form.
Parameters Parameters
- $errors
-
(WP_Error) WP_Error object if any present.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |