apply_filters( 'add_signup_meta', array $meta )
Filters the new default site meta variables.
Parameters
-
$meta
array -
An array of default site meta variables.
lang_id
intThe language ID.blog_public
intWhether 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 );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |