Warning: This hook has been deprecated. Use the ‘add_signup_meta’ filter instead.
signup_create_blog_meta WordPress Hook
The signup_create_blog_meta hook allows you to add additional metadata to a user's blog during the blog creation process. This metadata can be used to customize the blog or to add additional functionality.
apply_filters_deprecated( 'signup_create_blog_meta', array $blog_meta_defaults ) #
Filters the new site meta variables.
Description
Use the ‘add_signup_meta’ filter instead.
Parameters
- $blog_meta_defaults
(array)An array of default blog meta variables.
Source
File: wp-signup.php
Changelog
Version | Description |
---|---|
3.0.0 | Use the 'add_signup_meta' filter instead. |
MU (3.0.0) | Introduced. |