WP_Customize_Widgets::prepreview_added_widget_instance()
Deprecated from version 4.2.0. It is no longer supported and can be removed in future releases. See
customize_dynamic_setting_args'} filter
.{@internal Missing Summary}
See the customize_dynamic_setting_args filter.
Method of the class: WP_Customize_Widgets{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WP_Customize_Widgets = new WP_Customize_Widgets(); $WP_Customize_Widgets->prepreview_added_widget_instance();
Changelog
Since 3.9.0 | Introduced. |
Deprecated since 4.2.0 | Deprecated in favor of the {@see 'customize_dynamic_setting_args'} filter. |
WP_Customize_Widgets::prepreview_added_widget_instance() WP Customize Widgets::prepreview added widget instance code WP 6.7.1
public function prepreview_added_widget_instance() { _deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' ); }