관리-도구
편집 파일: html-notice-updated.php
<?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>