Wordpress:如何以编程方式返回需要更新的插件数量

发布于 2024-10-18 02:41:57 字数 74 浏览 3 评论 0原文

当其中一些需要更新时,有没有办法返回“插件”旁边的小红色气泡中出现的数字?

我正在使用 WordPress 3.0.5

Is there a way to return the number that appears in the little red bubble next to "plugins" when some of them need an update ?

I'm using Wordpress 3.0.5

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拥抱影子 2024-10-25 02:41:58

wp-admin/includes/update.php 第 155 行(在 WP 3.0.5 中)有一个名为 get_plugin_updates() 的例程。它返回一组具有可用更新的插件。 count(get_plugin_update()) 应该为你做。

There's a routine in wp-admin/includes/update.php line 155 (in WP 3.0.5) called get_plugin_updates(). It returns an array of plugins with update's available. count(get_plugin_update()) should do it for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文