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