WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about add_signup_meta

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-signup.php apply_filters 497 /**
* 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.
* }
*/
wp-signup.php apply_filters 682 /**
* Validates the new user sign-up.
*
* @since MU (3.0.0)
*
* @return bool True if new user sign-up was validated, false on error.
*/
wp-signup.php apply_filters 834 /**
* Validates new site signup.
*
* @since MU (3.0.0)
*
* @return bool True if the site sign-up was validated, false on error.
*/

Hook Parameters

Parameter Type Name Description
array $met a {
array $met a {
array $met a {