jetpack_widget_edited, $widget

jetpack_widget_edited, $widget

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_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.