Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
www
/
wp-content
/
plugins
/
jetpack
/
modules
/
tiled-gallery
/
tiled-gallery
/
templates
/
Editing: circle-layout.php
<?php /** * Square layout Tiled Gallery template. * * @html-template Jetpack_Tiled_Gallery_Layout::template * @package automattic/jetpack */ if ( ! defined( 'ABSPATH' ) ) { exit( 0 ); } // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable -- Defined by the caller. Let Phan handle it. $this->template( 'square-layout', $context );
Save
Cancel