jetpack_widget_edited, $widget_data
jetpack_widget_edited, $widget_data
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_widget_edited, $widget_data') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php line 1005
'name' => $wp_registered_widgets[ $key ]['name'], 'id' => $key, 'title' => $value['value']['title'] ?? '', ); do_action( 'jetpack_widget_edited', $widget_data ); } } } } /**