do_action( 'wp_unregister_sidebar_widget', int $id )
Fires just before a widget is removed from a sidebar.
Description Description
Parameters Parameters
- $id
-
(int) The widget ID.
Source Source
File: wp-includes/widgets.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |