apply_filters_deprecated( ‘signup_create_blog_meta’, array $blog_meta_defaults )

In this article

This hook has been deprecated. Use the {@see ‘add_signup_meta’} filter instead.

Filters the new site meta variables.

Description

Use the ‘add_signup_meta’ filter instead.

Parameters

$blog_meta_defaultsarray
An array of default blog meta variables.

Source

$meta_defaults = apply_filters_deprecated( 'signup_create_blog_meta', array( $blog_meta_defaults ), '3.0.0', 'add_signup_meta' );

Changelog

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

User Contributed Notes

You must log in before being able to contribute a note or feedback.