do_action( 'load-widgets.php' )
Fires early when editing the widgets displayed in sidebars.
Description Description
Source Source
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Fires early when editing the widgets displayed in sidebars.
Version | Description |
---|---|
2.8.0 | Introduced. |
Used By | Description |
---|---|
wp-admin/includes/ajax-actions.php: wp_ajax_delete_inactive_widgets() |
Ajax handler for removing inactive widgets. |
wp-admin/includes/ajax-actions.php: wp_ajax_save_widget() |
Ajax handler for saving a widget. |
wp-includes/class-wp-customize-widgets.php: WP_Customize_Widgets::wp_ajax_update_widget() |
Updates widget settings asynchronously. |
wp-includes/class-wp-customize-widgets.php: WP_Customize_Widgets::customize_controls_init() |
Ensures all widgets get loaded into the Customizer. |
Code is Poetry.