🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-16 11:09:09 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
ti-woocommerce-wishlist
/
views
📍 /home/therahul/thedasstores.com/wp-content/plugins/ti-woocommerce-wishlist/views
🔄 Refresh
✏️
Editing: section-field-style.php
Writable
<?php /** * The Template for displaying admin section field for style this plugin. * * @since 1.0.0 * @package TInvWishlist\Admin\Template */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="col-lg-4"> <?php echo $label; // WPCS: xss ok. ?> <?php echo $field; // WPCS: xss ok. ?> </div>
💾 Save Changes
❌ Cancel