| 开发者 | mossifer |
|---|---|
| 更新时间 | 2026年3月26日 09:33 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 6.9.4 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
This plugin is meant as a stop-gap until you and your web host determine why the built-in WordPress Cron Scheduler is not working. This plugin is not designed for continuous use on large sites that have over 10k of scheduled posts or heavy traffic.
Every time someone loads your home page or a single post/article.
Make sure your time zone is set correctly. Make sure there are no plugin conflicts by turning off your other plugins, one by one. Especially caching plugins.
If your database has a significant number of scheduled posts (over 10k) or you have heavy traffic, then you might not have enough memory allocated to WordPress. You can try adding this line in your wp_config.php file: define('WP_MEMORY_LIMIT', '256M'); If you're still having memory problems, then talk to your web host about your root problem: the built-in WordPress Cron Scheduler is not publishing your scheduled posts.