Server IP : 66.29.132.122 / Your IP : 52.14.2.251 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/includes/admin/views/ |
Upload File : |
<?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>