chore: delete admin notify

pull/343/head
Seaton Jiang 2021-02-07 16:36:16 +08:00
parent 7d7d0637d9
commit d2791bd925
No known key found for this signature in database
GPG Key ID: C1086BAE716FF138
1 changed files with 1 additions and 11 deletions

View File

@ -206,14 +206,4 @@ if (kratos_option('g_removeimgsize', false)) {
remove_image_size('1536x1536');
remove_image_size('2048x2048');
}
// 管理员通知
function admin_notice() {
?>
<div class="notice notice-info">
<p>感谢您在 2021 年继续使用 Kratos 主题,现已开启对 Kratos 4 代的产品需求征集,期待您的声音!需求统计表:<a href="https://docs.qq.com/sheet/DV0l4UkxBS0NJcm9z">点击进入</a>,捐赠记录表:<a href="https://docs.qq.com/sheet/DV0NwVnNoYWxGUmlD">点击进入</a></p>
</div>
<?php
}
add_action( 'admin_notices', 'admin_notice' );
}