| 1 |
<?php |
| 2 |
/** |
| 3 |
* Module Name: Carousel |
| 4 |
* Module Description: Turn your image galleries into immersive, full‑screen slideshows. |
| 5 |
* Sort Order: 22 |
| 6 |
* Recommendation Order: 12 |
| 7 |
* First Introduced: 1.5 |
| 8 |
* Requires Connection: No |
| 9 |
* Auto Activate: No |
| 10 |
* Module Tags: Photos and Videos |
| 11 |
* Feature: Appearance |
| 12 |
* Additional Search Queries: gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image, creator |
| 13 |
* |
| 14 |
* @package automattic/jetpack |
| 15 |
*/ |
| 16 |
|
| 17 |
if ( ! defined( 'ABSPATH' ) ) { |
| 18 |
exit( 0 ); |
| 19 |
} |
| 20 |
|
| 21 |
/** |
| 22 |
* Require the jetpack-carousel module code |
| 23 |
*/ |
| 24 |
require __DIR__ . '/carousel/jetpack-carousel.php'; |
| 25 |
|