# jetpack/16.2/modules/carousel.php

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 16.2. 25 lines.

- Page: https://pluginprobe.com/plugins/jetpack/16.2/code/modules/carousel.php
- Raw: https://pluginprobe.com/plugins/jetpack/16.2/raw/modules/carousel.php
- Modified: 2025-11-24T17:00:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/16.2/code/modules/carousel.php#L10-L20`.

```php
<?php
/**
 * Module Name: Carousel
 * Module Description: Turn your image galleries into immersive, full‑screen 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';

```
