WP_Customize_Widgets::prepreview_added_sidebars_widgets
Deprecated since 4.2.0. It is no longer supported and may 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.
Returns
null. Nothing (null).
Usage
$WP_Customize_Widgets = new WP_Customize_Widgets(); $WP_Customize_Widgets->prepreview_added_sidebars_widgets();
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_sidebars_widgets() WP Customize Widgets::prepreview added sidebars widgets code WP 7.0
public function prepreview_added_sidebars_widgets() {
_deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' );
}