🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 21:55:47 | PHP 8.1.34
📂
/ (Root)
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
admin
/
views
📍 /var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/includes/admin/views
🔄 Refresh
✏️
Editing: html-notice-updated.php
Read Only
<?php /** * Admin View: Notice - Updated. * * @package Kkart\Admin */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div id="message" class="updated kkart-message kkart-connect kkart-message--success"> <a class="kkart-message-close notice-dismiss" href="<?php echo esc_url( wp_nonce_url( add_query_arg( 'kkart-hide-notice', 'update', remove_query_arg( 'do_update_kkart' ) ), 'kkart_hide_notices_nonce', '_kkart_notice_nonce' ) ); ?>"><?php esc_html_e( 'Dismiss', 'kkart' ); ?></a> <p><?php esc_html_e( 'Kkart database update complete. Thank you for updating to the latest version!', 'kkart' ); ?></p> </div>
💾 Save Changes
❌ Cancel