elementor pro 後如果沒有輸入 key 的話那麼activate這個提示會一直存在,加入以下代碼到 functions.php
function wxd_remove_um_admin_notice() {
echo '
<style type="text/css">
.notice.elementor-message { display: none!important; }<br /> </style>
';
}
add_action('admin_head', 'wxd_remove_um_admin_notice');