관리-도구
편집 파일: html-notice-install.php
<?php /** * Admin View: Notice - Install * * @deprecated 4.6.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div id="message" class="updated kkart-message kkart-connect"> <p><?php _e( '<strong>Welcome to Kkart</strong> – You‘re almost ready to start selling :)', 'kkart' ); ?></p> <p class="submit"><a href="<?php echo esc_url( admin_url( 'admin.php?page=kkart-setup' ) ); ?>" class="button-primary"><?php _e( 'Run the Setup Wizard', 'kkart' ); ?></a> <a class="button-secondary skip" href="<?php echo esc_url( wp_nonce_url( add_query_arg( 'kkart-hide-notice', 'install' ), 'kkart_hide_notices_nonce', '_kkart_notice_nonce' ) ); ?>"><?php _e( 'Skip setup', 'kkart' ); ?></a></p> </div>