do_action( 'rest_after_save_widget', string $id, string $sidebar_id, WP_REST_Request $request, bool $creating )
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
File: wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_after_save_widget