[wordpress插件] Clean Expired Transients清除过期的瞬变

wordpress 插件 文章 2020-03-24 09:40 506 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Plugin homepage |

插件首页 |

Plugin author |

插件作者 |

Donate

捐赠

This plugin cleans every transient from database older than one minute using safe native WordPress function.

此插件使用安全的本机WordPress函数清除数据库中所有超过一分钟的瞬变。

It works on multisite too.

它也可以在多站点上运行。

By default, it will check for expired transients once daily, though you can call it any time using Clean_Expired_Transients::clean();.

默认情况下,它将每天检查一次过期的瞬变,尽管您可以随时使用 Clean_Expired_Transients :: clean(); 调用它。

Clean Expired Transients is a very lightweight, it has no settings, just activate it and it works immediately.

Clean Expired Transients非常轻巧,它没有设置,只需激活它即可立即工作。

Note that it can be used by developers in their project in any place, it doesn’t require activation and it’s safe to use since it checks is there existing installation, just include it.

请注意,开发人员可以在任何地方使用它,它不需要激活,并且可以安全地使用,因为它可以检查是否存在现有安装,只需添加即可。

And it’s on GitHub.

它在 GitHub 上。

安装步骤

    1. Upload clean-expired-transients folder to the /wp-content/plugins/ directory
    2. clean-expired-transients 文件夹上载到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

下载地址
https://downloads.wordpress.org/plugin/clean-expired-transients.1.2.zip
-EOF-

AI助手支持GPT4.0