Files
hub-insurance/wp-content/plugins/jetpack/modules/carousel.php
T
2026-07-02 15:54:39 -06:00

25 lines
612 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Module Name: Carousel
* Module Description: Turn your image galleries into immersive, fullscreen slideshows.
* Sort Order: 22
* Recommendation Order: 12
* First Introduced: 1.5
* Requires Connection: No
* Auto Activate: No
* Module Tags: Photos and Videos
* Feature: Appearance
* Additional Search Queries: gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image, creator
*
* @package automattic/jetpack
*/
if ( ! defined( 'ABSPATH' ) ) {
exit( 0 );
}
/**
* Require the jetpack-carousel module code
*/
require __DIR__ . '/carousel/jetpack-carousel.php';