do_action( ‘rest_after_save_widget’, string $id, string $sidebar_id, WP_REST_Request $request, bool $creating )

In this article

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

VersionDescription
5.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.