YITH WooCommerce Dynamic Pricing and Discounts Premium 外掛 安裝後如果沒有輸入 key 的話那麼activate這個提示會一直存在,加入以下代碼到 functions.php
function wxd_remove_notice_notice_error() {
echo '
<style type="text/css">
.notice.notice-error { display: none!important; }<br /> </style>
';
}
add_action('admin_head', 'wxd_remove_notice_notice_error');