On this page
apply_filters( 'add_signup_meta', array $meta )
Filters the new default site meta variables.
Parameters
$metaarray-
An array of default site meta variables.
lang_idintThe language ID.blog_publicintWhether search engines should be discouraged from indexing the site. 1 for true, 0 for false.
Source
File: wp-signup.php. View all references
$meta = apply_filters( 'add_signup_meta', $meta_defaults );
Related
Used By
| Used By | Description |
|---|---|
| validate_another_blog_signup() wp-signup.php | Validates a new site sign-up for an existing user. |
| validate_user_signup() wp-signup.php | Validates the new user sign-up. |
| validate_blog_signup() wp-signup.php | Validates new site signup. |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/add_signup_meta