| 开发者 | monkeydesign2026 |
|---|---|
| 更新时间 | 2026年5月30日 01:45 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
content-expiry-md folder to /wp-content/plugins/Yes. Go to Settings → Content Expiry and check the post types you want to enable expiry for.
Depending on the action you chose, the post is either changed to Draft, moved to Trash, or made Private. The change happens automatically in the background via WP-Cron.
No. The plugin uses WP-Cron and runs only when WordPress is already handling a request. There are no external API calls and no frontend JavaScript.
You can use a real server cron to trigger wp-cron.php. See the WordPress documentation on alternative cron setups.
Yes. The expiry settings appear in the sidebar meta box, which works in both the classic and block editors.
Not in the free version — once a post expires and the action triggers, the expiration date is cleared. Recurring expiry is a PRO feature.
The expiration date and action are stored as post meta (_mdce_expiration_date and _mdce_expiration_action). Plugin settings are stored in wp_options under mdce_settings. Nothing is sent off-site.