WP_Customize_Widgets::setup_widget_addition_previews()

In this article

This method has been deprecated. Deprecated in favor of the {@see ‘customize_dynamic_setting_args’} filter instead.

{@internal Missing Summary}

Description

See the ‘customize_dynamic_setting_args’ filter.

Source

public function setup_widget_addition_previews() {
	_deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' );
}

Changelog

VersionDescription
4.2.0Deprecated in favor of the 'customize_dynamic_setting_args' filter.
3.9.0Introduced.

User Contributed Notes

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