也想出现在这里?联系我们

WordPress 博客隐藏后台版本升级提示代码

2023.10.30 wordpress教程
  • 文章介绍
  • 升级版本
  • 评价&建议

要隐藏WordPress博客后台的版本升级提示,您可以在主题的functions.php文件中添加以下代码:

function remove_core_updates(){
    global $wp_version;
    return(object) array('last_checked'=> time(),'version_checked'=> $wp_version,);
}
add_filter('pre_site_transient_update_core','remove_core_updates');
add_filter('pre_site_transient_update_plugins','remove_core_updates');
add_filter('pre_site_transient_update_themes','remove_core_updates');

请注意,这个代码会禁用WordPress核心、插件和主题的版本升级提示。这是一个安全措施,但也意味着您需要负责保持WordPress、插件和主题的最新版本以确保安全性。

有用0
  • 2023.10.30初次和大家见面了!

等待您对该主题的建议

发表评论

还能输入240个字

Hi, 欢迎加入Wordpress技术交流群,带你装逼带你飞!

我要入群
也想出现在这里?联系我们
wordpress加速

我来推荐一个更牛逼的给你看看?

  • 猛戳我吧