ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Functions
  • validate_another_blog_signup
  • add_signup_meta

apply_filters( 'add_signup_meta', array $meta )

Filters the new default site meta variables.


Parameters

$meta

An array of default site meta variables.<br>

  • 'lang_id'
    (int) The language ID.<br>
  • 'blog_public'
    (int) Whether search engines should be discouraged from indexing the site. 1 for true, 0 for false.<br>


Source

File: wp-signup.php

View on GitHub


Related

Used By

Used By
Used By Description
wp-signup.php: validate_user_signup()

Validates the new user sign-up.

wp-signup.php: validate_blog_signup()

Validates new site signup.

wp-signup.php: validate_another_blog_signup()

Validates a new site sign-up for an existing user.


Changelog

Changelog
Version Description
3.0.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy