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

WP_Customize_Widgets::prepreview_added_widget_instance()

{@internal Missing Summary}


Description

See the ‘customize_dynamic_setting_args’ filter.


Source

File: wp-includes/class-wp-customize-widgets.php

	public function prepreview_added_widget_instance() {
		_deprecated_function( __METHOD__, 'WP-4.2.0', 'customize_dynamic_setting_args' );
	}


Changelog

Changelog
Version Description
WP-4.2.0 Deprecated in favor of the 'customize_dynamic_setting_args' filter.
WP-3.9.0 Introduced. This method has been deprecated. Deprecated in favor of the {@see 'customize_dynamic_setting_args'} filter instead.