| 1 |
<?php |
| 2 |
/** |
| 3 |
* Module Name: Carousel |
| 4 |
* Module Description: Display images and galleries in a gorgeous, full-screen browsing experience |
| 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 |
| 13 |
* |
| 14 |
* @package automattic/jetpack |
| 15 |
*/ |
| 16 |
|
| 17 |
/** |
| 18 |
* Require the jetpack-carousel module code |
| 19 |
*/ |
| 20 |
require __DIR__ . '/carousel/jetpack-carousel.php'; |
| 21 |
|