apply_filters( 'signup_another_blog_init', array $value )
Filters the default values for Blog name, title, and any current errors.
Parameters Parameters
- $value
-
(array) string $blogname Default blog name provided. string $blog_title Default blog title provided. WP_Error $errors WP_Error object.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |