On this page
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
$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
File: wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php. View all references
do_action( 'rest_after_save_widget', $id, $sidebar_id, $request, $creating );
Related
Used By
| Used By | Description |
|---|---|
| WP_REST_Widgets_Controller::save_widget() wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php | Saves the widget in the request object. |
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_after_save_widget