ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Functions
  • validate_another_blog_signup
  • signup_create_blog_meta

This hook has been deprecated. Use the ‘add_signup_meta’ filter instead.

apply_filters_deprecated( 'signup_create_blog_meta', array $blog_meta_defaults )

Filters the new site meta variables.


Description

Use the ‘add_signup_meta’ filter instead.


Parameters

$blog_meta_defaults

An array of default blog meta variables.


Source

File: wp-signup.php

View on GitHub


Related

Used By

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

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


Changelog

Changelog
Version Description
3.0.0 Use the 'add_signup_meta' filter instead.
MU (3.0.0) Introduced. MU (3.0.0)
ClassicPress Documentation • Made with ClassicPress
Privacy Policy