Browse
For agents
About
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder
/
3.0.9
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder
v3.0.9
Switch version
3.1.4
3.0.8
3.0.9
3.1.0
3.1.2
3.1.3
3.0.7
3.0.5
3.0.4
3.0.3
3.0.2
trunk
1.5.0
1.5.1
1.5.2
1.6.1
1.6.2
1.6.3
1.6.4
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
All 93 releases
Overview
Code
ultimate-store-kit
/
modules
/
shiny-carousel
/
module.info.php
module.info.php
in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 3.0.9, at modules/shiny-carousel/module.info.php
14 lines
303 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
if
(
!
defined
(
'
ABSPATH
'
)
)
{
3
exit
;
4
}
5
//
Exit if accessed directly
6
7
return
[
8
'
title
'
=>
esc_html__
(
'
Shiny Carousel
'
,
'
ultimate-store-kit
'
)
,
9
'
required
'
=>
true
,
10
'
default_activation
'
=>
true
,
11
'
has_style
'
=>
true
,
12
'
has_script
'
=>
true
,
13
]
;
14