Fires after a widget is created or updated via the REST API.
Parameters
$idstring- ID of the widget being saved.
$sidebar_idstring- ID of the sidebar containing the widget being saved.
$requestWP_REST_Request- Request object.
$creatingbool- True when creating a widget, false when updating.
Source
do_action( 'rest_after_save_widget', $id, $sidebar_id, $request, $creating );
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.