Browse
For agents
About
Powerkit – Supercharge your WordPress Site
/
2.4.4
Powerkit – Supercharge your WordPress Site
v2.4.4
Switch version
3.1.1
3.1.0
3.0.9
3.0.8
trunk
2.2.6
2.2.7
2.2.8
2.2.9
2.3.0
2.3.1
2.3.2
2.3.3
2.3.4
2.3.5
2.3.6
2.3.7
2.3.8
2.3.9
2.4.0
2.4.1
2.4.2
2.4.3
2.4.4
2.4.5
All 87 releases
Overview
Code
powerkit
/
modules
/
featured-categories
/
public
/
block
/
tiles.php
tiles.php
in Powerkit – Supercharge your WordPress Site 2.4.4, at modules/featured-categories/public/block/tiles.php
16 lines
310 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
/**
3
* Featured Categories tiles template
4
*
5
*
@var
$attributes - block attributes
6
*
@var
$options - layout options
7
*
8
*
@link
https://codesupply.co
9
*
@since
1.0.0
10
*
11
*
@package
PowerKit
12
*
@subpackage
PowerKit/templates
13
*/
14
15
require
dirname
(
__FILE__
)
.
'
/render.php
'
;
16