Browse
For agents
About
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets
/
trunk
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets
vtrunk
Switch version
4.5.4
4.2.1
4.2.2
4.2.3
4.5.0
4.5.2
4.5.3
4.2.0
4.1.18
4.1.17
4.1.16
4.1.15
4.1.14
4.1.13
4.1.12
4.1.11
4.1.10
4.1.9
4.1.8
4.0.9
4.1.0
4.1.1
4.1.2
4.1.3
4.1.4
All 146 releases
Overview
Code
ultimate-post-kit
/
modules
/
ramble-grid
/
module.info.php
module.info.php
in Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets trunk, at modules/ramble-grid/module.info.php
10 lines
246 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
'
)
)
exit
;
//
Exit if accessed directly
3
4
return
[
5
'
title
'
=>
esc_html__
(
'
Ramble Grid
'
,
'
ultimate-post-kit
'
)
,
6
'
required
'
=>
true
,
7
'
default_activation
'
=>
true
,
8
'
has_style
'
=>
true
,
9
]
;
10