jetpack_stats_extra, widget_view, simple_payments

jetpack_stats_extra, widget_view, simple_payments

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

  • /jetpack_vendor/automattic/jetpack-paypal-payments/src/widget/class-simple-payments-widget.php line 475
     
    			echo $args['after_widget']; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    
    			/** This action is already documented in modules/widgets/gravatar-profile.php */
    			do_action( 'jetpack_stats_extra', 'widget_view', 'simple_payments' );
    		}
    
    		/**
    		 * Gets the latests field value from either the old instance or the new instance.
    		 *
    		 * @param array $new_instance mixed Array of values for the new form instance.