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. |