Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
admin
/
views
/
Filename :
html-notice-custom.php
back
Copy
<?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>