jetpack_bump_stats_extras, testimonials, option-on
jetpack_bump_stats_extras, testimonials, option-on
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_bump_stats_extras, testimonials, option-on') is found 1 times:
- /jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/class-jetpack-testimonial.php line 295
*/ public function update_option_stat_bump( $old, $new ) { if ( empty( $old ) && ! empty( $new ) ) { /** This action is documented in modules/widgets/social-media-icons.php */ do_action( 'jetpack_bump_stats_extras', 'testimonials', 'option-on' ); } if ( ! empty( $old ) && empty( $new ) ) { /** This action is documented in modules/widgets/social-media-icons.php */ do_action( 'jetpack_bump_stats_extras', 'testimonials', 'option-off' ); }