kollapsminoriteten/wp-content/plugins/jetpack/modules/carousel.php

25 lines
612 B
PHP
Raw Normal View History

2019-11-15 23:26:29 +01:00
<?php
/**
* Module Name: Carousel
2025-07-27 19:58:08 +02:00
* Module Description: Turn your image galleries into immersive, fullscreen slideshows.
2019-11-15 23:26:29 +01:00
* Sort Order: 22
* Recommendation Order: 12
* First Introduced: 1.5
* Requires Connection: No
* Auto Activate: No
* Module Tags: Photos and Videos
* Feature: Appearance
2023-12-07 09:44:11 +01:00
* Additional Search Queries: gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image, creator
2022-06-16 14:01:47 +02:00
*
* @package automattic/jetpack
2019-11-15 23:26:29 +01:00
*/
2025-12-12 13:13:07 +01:00
if ( ! defined( 'ABSPATH' ) ) {
exit( 0 );
}
2022-06-16 14:01:47 +02:00
/**
* Require the jetpack-carousel module code
*/
require __DIR__ . '/carousel/jetpack-carousel.php';