jetpack_widget_edited, $widget_data

jetpack_widget_edited, $widget_data

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_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 );
    				}
    			}
    		}
    	}
    
    	/**