File: //home/globfdxw/www/wp-content/plugins/kirki/includes/Frontend/Preview/templates/terms.view.php
<?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'] . '>';