do_action( 'wp_unregister_sidebar_widget', int $id )

Fires just before a widget is removed from a sidebar.


Parameters

$id

(int) The widget ID.


Source

File: wp-includes/widgets.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.0.0 Introduced.