| 开发者 | nightw0lv |
|---|---|
| 更新时间 | 2026年5月26日 00:07 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
/wp-content/plugins/Yes. Once enabled, any request to a URL that belongs to a deleted post returns HTTP 410 immediately. Existing published content is never affected.
This Pro feature sends the 410 HTTP status and SEO headers, then lets your WordPress theme render the page body. Create a 410.php template in your theme for a fully branded Gone page. Use is_410() in templates to detect the state.
When you rename a post, the old URL becomes a 404. Pro automatically creates a 301 redirect from the old slug to the new slug, preserving SEO link equity. You can view, edit, and delete all stored redirects from the admin panel.
No. The activity log stores only: URL path, timestamp, humanized bot/browser name, and referer domain. No IP addresses are ever written to any table.
Yes. Encrypted with AES-256-GCM using a key derived from your WordPress secret keys. During license validation, only a hash of your key is transmitted. The full key is sent once during initial connection over TLS and stored encrypted on your site.
OpenSSL, JSON, and Multibyte String. If any are missing, the plugin displays an admin notice and halts without registering any hooks.