📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 05:37:45
📂
/
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
admin
/
views
✏️
Editing: html-notice-custom.php
<?php /** * Admin View: Custom Notices */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div id="message" class="updated kkart-message"> <a class="kkart-message-close notice-dismiss" href="<?php echo esc_url( wp_nonce_url( add_query_arg( 'kkart-hide-notice', $notice ), 'kkart_hide_notices_nonce', '_kkart_notice_nonce' ) ); ?>"><?php _e( 'Dismiss', 'kkart' ); ?></a> <?php echo wp_kses_post( wpautop( $notice_html ) ); ?> </div>
💾 Save Changes
❌ Cancel