jetpack_bump_stats_extras, testimonials, published-testimonials

jetpack_bump_stats_extras, testimonials, published-testimonials

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_bump_stats_extras, testimonials, published-testimonials') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/class-jetpack-testimonial.php line 309
    		 * Bump Testimonial > Published Testimonials stat when testimonials are published
    		 */
    		public function new_testimonial_stat_bump() {
    			/** This action is documented in modules/widgets/social-media-icons.php */
    			do_action( 'jetpack_bump_stats_extras', 'testimonials', 'published-testimonials' );
    		}
    
    		/**
    		 * Flush permalinks when CPT option is turned on/off
    		 */
    		public function flush_rules_on_enable() {