📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 22:54:26
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
kirki
/
includes
/
Frontend
/
Preview
/
templates
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/kirki/includes/Frontend/Preview/templates
🔄 Refresh
✏️
Editing: terms.view.php
Writable
<?php /** * Term list view * * @package kirki */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo '<' . $vars['tag'] . ' ' . $vars['attributes'] .'kirki-collection="wrapper"' . '>'; ?> <?php foreach ( $vars['children'] as $child ) : ?> <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo $child; ?> <?php endforeach ?> <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo '</' . $vars['tag'] . '>';
💾 Save Changes
❌ Cancel