🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 23:00:46 | PHP 8.1.34
📂
/ (Root)
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
admin
/
helper
/
views
📍 /var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/includes/admin/helper/views
🔄 Refresh
✏️
Editing: html-section-notices.php
Read Only
<?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