Fires after a widget is created or updated via the REST API.
Parameters
$id
string- ID of the widget being saved.
$sidebar_id
string- ID of the sidebar containing the widget being saved.
$request
WP_REST_Request- Request object.
$creating
bool- 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.