WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about sidebar_admin_setup

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/widgets-form.php do_action 38 /**
* Fires early before the Widgets administration screen loads,
* after scripts are enqueued.
*
* @since 2.2.0
*/
wp-admin/widgets-form-blocks.php do_action 68 /**
* The block-based widgets editor, for use in widgets.php.
*
* @package WordPress
* @subpackage Administration
*/
wp-admin/includes/ajax-actions.php do_action 2346 /**
* Fires early when editing the widgets displayed in sidebars.
*
* @since 2.8.0
*/
wp-admin/includes/ajax-actions.php do_action 2450 /**
* Ajax handler for removing inactive widgets.
*
* @since 4.4.0
*/
wp-includes/class-wp-customize-widgets.php do_action 342 /**
* Ensures all widgets get loaded into the Customizer.
*
* Note: these actions are also fired in wp_ajax_update_widget().
*
* @since 3.9.0
*/
wp-includes/class-wp-customize-widgets.php do_action 1685 /**
* Updates widget settings asynchronously.
*
* Allows the Customizer to update a widget using its form, but return the new
* instance info via Ajax instead of saving it to the options table.
*
* Most code here copied from wp_ajax_save_widget().
*
* @since 3.9.0
*
* @see wp_ajax_save_widget()
*/

Hook Parameters

Parameter Type Name Description