🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-16 11:08:05 | 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: message.php
Writable
<?php /** * The Template for displaying admin notice message this plugin. * * @since 1.0.0 * @package TInvWishlist\Admin\Template */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="notice notice-<?php echo esc_attr( $_status ); ?>"><p><?php echo $_message; // WPCS: xss ok. ?></p></div>
💾 Save Changes
❌ Cancel