jetpack_stats_extra, widget_view, image

jetpack_stats_extra, widget_view, image

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_stats_extra, widget_view, image') is found 1 times:

  • /modules/widgets/image-widget.php line 140
     
    		echo "\n" . $args['after_widget']; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    
    		/** This action is documented in modules/widgets/gravatar-profile.php */
    		do_action( 'jetpack_stats_extra', 'widget_view', 'image' );
    	}
    
    	/**
    	 * Sanitize widget form values as they are saved.
    	 *
    	 * @see WP_Widget::update()