classic_theme_helper_should_display_testimonials

classic_theme_helper_should_display_testimonials

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.0

apply_filters('classic_theme_helper_should_display_testimonials') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/class-jetpack-testimonial.php line 171
    			 * @since 0.11.0
    			 *
    			 * @param bool $should_display Whether testimonials should be displayed.
    			 */
    			return apply_filters( 'classic_theme_helper_should_display_testimonials', $should_display );
    		}
    
    		/**
    		 * Add a checkbox field in 'Settings' > 'Writing'
    		 * for enabling CPT functionality.
    		 *