🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 15:52:40 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
includes
/
admin
/
helper
/
views
📍 /home/therahul/public_html/wp-content/plugins/woocommerce/includes/admin/helper/views
🔄 Refresh
✏️
Editing: html-section-notices.php
Writable
<?php defined( 'ABSPATH' ) or exit(); ?> <?php foreach ( $notices as $notice ) : ?> <div class="notice <?php echo sanitize_html_class( $notice['type'] ); ?>"> <?php echo wpautop( $notice['message'] ); ?> </div> <?php endforeach; ?>
💾 Save Changes
❌ Cancel