mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
17 lines
491 B
PHP
17 lines
491 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Module Name: Carousel
|
||
|
* Module Description: Display images and galleries in a gorgeous, full-screen browsing experience
|
||
|
* 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
|
||
|
*/
|
||
|
|
||
|
include dirname( __FILE__ ) . '/carousel/jetpack-carousel.php';
|