Browse
For agents
About
Video Grid
/
1.25
Video Grid
v1.25
Switch version
1.25
trunk
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.17
1.18
1.19
1.20
1.21
1.22
1.23
All 26 releases
Overview
Code
video-grid
/
blocks
/
video-grid
/
render.php
render.php
in Video Grid 1.25, at blocks/video-grid/render.php
8 lines
245 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
;
}
3
if
(
function_exists
(
'
print_responsive_video_grid_func
'
)
)
{
4
echo
print_responsive_video_grid_func
(
array
(
)
)
;
//
phpcs:ignore
5
}
else
{
6
echo
'
<!-- Video Grid: render function unavailable -->
'
;
7
}
8