jp_carousel_maybe_disable, false

jp_carousel_maybe_disable, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jp_carousel_maybe_disable, false') is found 1 times:

  • /modules/carousel/jetpack-carousel.php line 175
    		 * @since 1.6.0
    		 *
    		 * @param bool false Should Carousel be disabled? Default to false.
    		 */
    		return apply_filters( 'jp_carousel_maybe_disable', false );
    	}
    
    	/**
    	 * Returns the value of the applied jp_carousel_maybe_disable_single_images filter
    	 *
    	 * @since 4.5.0