Leírás
Permalink Keeper is a WordPress plugin that automatically flushes your rewrite rules at regular intervals. This prevents 404 errors and maintains SEO integrity by ensuring your permalink structure stays up to date.
Why do you need this plugin?
- Sites that frequently experience permalink issues after content updates
- Sites that have migrated content or changed permalink settings
- Sites with complex permalink structures that need regular rule refreshes
- Sites that need consistent URL structure for SEO
Key Features
- Automatically flushes rewrite rules (soft flush — no .htaccess rewrite)
- Prevents 404 errors caused by stale rewrite rules
- Configurable flush interval
- Debug logging via WP_DEBUG_LOG
- Status dashboard showing last run time
- Multilingual support (English, Norwegian, Dutch, German, French, Italian, Spanish)
- Minimal resource usage
Telepítés
- Upload the
permalink-keeperfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings -> Permalink Keeper to configure the flush interval
GYIK
-
How often should I flush the rewrite rules?
-
For 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.
-
Will this affect my site’s performance?
-
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. -
Does the plugin support multilingualism?
-
Yes, the plugin currently supports:
* English (en_US)
* Norwegian Bokmål (nb_NO)
* Dutch (nl_NL)
* German (de_DE)
* French (fr_FR)
* Italian (it_IT)
* Spanish (es_ES)
Vélemények
Nincsenek értékelések erről a bővítményről.
Közreműködők és fejlesztők
“Permalink Keeper” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:
Közreműködők“Permalink Keeper” fordítása a saját nyelvünkre.
Érdekeltek vagyunk a fejlesztésben?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Változási napló
1.2.0
- Changed core logic to use
flush_rewrite_rules()— safer and more correct approach - Added
register_activation_hookto set defaults and schedule cron on activation - Removed batch processing, post type selection, and batch size settings
- Removed unnecessary DB query on every request (
init_settingsviainithook) - Updated
Requires at leastto 5.7 - Tested up to WordPress 6.9.4
1.1.0
- Fixed deactivation hook not clearing the scheduled cron event
- Removed unused init() method
- Added debug logging via WP_DEBUG_LOG
- Added status dashboard on settings page
- Added support for all public post types with selectable checkboxes
- Added configurable batch size (10-500) for large sites
- Applied WordPress PHP Coding Standards
- Updated all translation files with new strings
- Tested up to WordPress 6.9.1
1.0.0
- Initial release
- Automatic permalink updates
- Configurable update interval
- Multilingual support
