jetpack_stats_extra, widget_view, contact_info

jetpack_stats_extra, widget_view, contact_info

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, contact_info') is found 1 times:

  • /modules/widgets/contact-info.php line 197
     
    			echo $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', 'contact_info' );
    		}
    
    		/**
    		 * Deals with the settings when they are saved by the admin. Here is
    		 * where any validation should be dealt with.
    		 *