WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_unregister_sidebar_widget

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/widgets.php do_action 494 /**
* Fires just before a widget is removed from a sidebar.
*
* @since 3.0.0
*
* @param int|string $id The widget ID.
*/

Hook Parameters

Parameter Type Name Description
int|string $id The widget ID.