| 开发者 | nordichosting |
|---|---|
| 更新时间 | 2026年5月19日 21:26 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9.4 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
permalink-keeper folder to the /wp-content/plugins/ directoryFor most sites, once per hour or once daily is sufficient. If you frequently publish new content or experience sporadic 404 errors, a shorter interval like every 15 or 30 minutes may help.
No. The plugin uses a soft flush (flush_rewrite_rules(false)) which only updates the rewrite rules in the database without touching .htaccess. It runs in the background via WP-Cron.
Yes, the plugin currently supports:
flush_rewrite_rules() — safer and more correct approachregister_activation_hook to set defaults and schedule cron on activationinit_settings via init hook)Requires at least to 5.7