do_action( ‘widgets.php’ ) In this article Table of ContentsSource Related Changelog ↑ Back to top Fires early when editing the widgets displayed in sidebars. Source do_action( 'widgets.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores View all references View on Trac View on GitHub Related Used byDescriptionwp_ajax_delete_inactive_widgets()wp-admin/includes/ajax-actions.phpHandles removing inactive widgets via AJAX. wp_ajax_save_widget()wp-admin/includes/ajax-actions.phpHandles saving a widget via AJAX. WP_Customize_Widgets::wp_ajax_update_widget()wp-includes/class-wp-customize-widgets.phpUpdates widget settings asynchronously. WP_Customize_Widgets::customize_controls_init()wp-includes/class-wp-customize-widgets.phpEnsures all widgets get loaded into the Customizer. Changelog VersionDescription2.8.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.