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