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

signup_create_blog_meta WordPress Hook

The signup_create_blog_meta hook allows you to add additional metadata to a user's blog during the blog creation process. This metadata can be used to customize the blog or to add additional functionality.

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.


Top ↑

Parameters

$blog_meta_defaults

(array)An array of default blog meta variables.


Top ↑

Source

File: wp-signup.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Use the 'add_signup_meta' filter instead.
MU (3.0.0)Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.