Description
Filters the new default site meta variables. }
Occurrences
Filename | Line Number |
---|---|
wp-signup.php | 497 |
wp-signup.php | 682 |
wp-signup.php | 834 |
Parameters
Type | Name | Description |
---|---|---|
array | $meta | { An array of default site meta variables. |
PHP Doc
/**
* Filters the new default site meta variables.
*
* @since 3.0.0
*
* @param array $meta {
* An array of default site meta variables.
*
* @type int $lang_id The language ID.
* @type int $blog_public Whether search engines should be discouraged from indexing the site. 1 for true, 0 for false.
* }
*/