On this page
apply_filters_deprecated( 'signup_create_blog_meta', array $blog_meta_defaults )
This hook has been deprecated. Use the ‘add_signup_meta’ filter instead.
Filters the new site meta variables.
Description
Use the ‘add_signup_meta’ filter instead.
Parameters
$blog_meta_defaultsarray-
An array of default blog meta variables.
Source
File: wp-signup.php. View all references
$meta_defaults = apply_filters_deprecated( 'signup_create_blog_meta', array( $blog_meta_defaults ), '3.0.0', 'add_signup_meta' );
Related
Used By
| Used By | Description |
|---|---|
| validate_another_blog_signup() wp-signup.php | Validates a new site sign-up for an existing user. |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Use the 'add_signup_meta' filter instead. |
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/signup_create_blog_meta