|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/public_html/wp-content/plugins/ml-slider/themes/ |
<?php
/**
* These themes type 'premium' are listed
* but not allowed to be selected when MetaSlider Pro is not installed and active.
*/
return array(
'retsu' => array(
'folder' => 'retsu',
'title' => 'Retsu',
'type' => 'premium',
'supports' => array( 'flex' ),
'tags' => array(
__( 'minimalist', 'ml-slider' ),
__( '2 columns', 'ml-slider' )
),
'description' => __( 'A 2 columns minimalistic theme to split your images and captions.', 'ml-slider' ),
'instructions' => __( 'Image, External URL and Post Feed slides are displayed in 2 columns, while the rest of slide types in 1 column.', 'ml-slider' )
),
'social-play' => array(
'folder' => 'social-play',
'title' => 'Social Play',
'type' => 'premium',
'supports' => array( 'flex' ),
'tags' => array(
__( 'minimalist', 'ml-slider' ),
__( 'videos', 'ml-slider' ),
__( 'vertical', 'ml-slider' )
),
'description' => __( 'A theme to showcase vertical images and videos.', 'ml-slider' ),
'instructions' => __( 'Ideal for Images, Post Feed slides, YouTube and Vimeo vertical videos.', 'ml-slider' )
)
);