开发者 | mossifer |
---|---|
更新时间 | 2024年9月13日 00:59 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.6.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Every time someone loads your 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.