jetpack_widget_edited, $widget
jetpack_widget_edited, $widget
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_widget_edited, $widget') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php line 100
* @since-jetpack 5.0.0 * * @param string $widget_name , Name of edited widget */ do_action( 'jetpack_widget_edited', $widget ); return $instance; } /** * Sync handler for network allowed themes change.