W3cubDocs

/WordPress

apply_filters( ‘add_signup_meta’, array $meta )

Filters the new default site meta variables.

Parameters

$metaarray
An array of default site meta variables.
  • lang_id int
    The language ID.
  • blog_public int
    Whether search engines should be discouraged from indexing the site. 1 for true, 0 for false.

Source

$meta = apply_filters( 'add_signup_meta', $meta_defaults );

Changelog

Version Description
3.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/add_signup_meta