jp_carousel_maybe_disable_single_images, false
jp_carousel_maybe_disable_single_images, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jp_carousel_maybe_disable_single_images, false') is found 1 times:
- /modules/carousel/jetpack-carousel.php line 195
* @since 4.5.0 * * @param bool false Should Carousel be disabled for single images? Default to false. */ return apply_filters( 'jp_carousel_maybe_disable_single_images', false ); } /** * Returns the value of the applied jp_carousel_load_for_images_linked_to_file filter * * @since 4.5.0