jetpack_bump_stats_extra, simple_payments, $stat_name
jetpack_bump_stats_extra, simple_payments, $stat_name
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_bump_stats_extra, simple_payments, $stat_name') is found 1 times:
- /jetpack_vendor/automattic/jetpack-paypal-payments/src/widget/class-simple-payments-widget.php line 535
if ( function_exists( 'bump_stats_extras' ) && function_exists( 'require_lib' ) ) { require_lib( 'tracks/client' ); tracks_record_event( $current_user, 'simple_payments_button_' . $event_action, $event_properties ); /** This action is documented in modules/widgets/social-media-icons.php */ do_action( 'jetpack_bump_stats_extra', 'simple_payments', $stat_name ); return; } $tracking = new Tracking(); $tracking->tracks_record_event( $current_user, 'jetpack_wpa_simple_payments_button_' . $event_action, $event_properties );