Scheduled Post Guardian

外掛說明

Some WordPress sites have problems with scheduled posts, where they don’t get published at the right time. Instead they appear as “missed schedule”. This plugin monitors scheduled posts, and makes sure that doesn’t happen.

安裝方式

  1. Upload the scheduled-post-guardian folder to your /wp-content/plugins/ directory
  2. Activate the “Scheduled Post Guardian” plugin in your WordPress administration interface
  3. You’re done! The plugin has no UI and it’ll start working right away.

常見問題集

How does it work?

On “shutdown” (after WP finishes a request), it checks a timer. If it has been 3 minutes since it last checked, it looks at all the scheduled posts, and runs them through a WordPress core function that either publishes them (if they should have gone out already), or re-schedules them, if their schedule has somehow gone away.

My post missed its schedule anyway!

Normally, the plugin checks every 3 minutes. So it’s possible the post might go out a few minutes late. I hope this isn’t the end of the world. It’s a tradeoff between this and checking all the time. Additionally, if a check determines that there are currently no scheduled posts, it won’t look again for 15 minutes. Most people schedule posts more than 15 minutes in the future.

Can I change those times?

Yes. There are filters: scheduled_post_guardian_delay_minutes and scheduled_post_guardian_stretch_delay_minutes. Return a different number than 3 and 15 for those if you like.

使用者評論

2016 年 9 月 3 日
Scheduling in database a lot of posts didn't work. Installed this plugin and all posts are now publishing. Only one run and deactivated. Great. Thanks.
2016 年 9 月 3 日
Highly recommend it for missed post, really works.
2017 年 2 月 8 日
After i installed this plugin my database was dropped with more and more transients: the only solution found is delete plugin and reinstall blog! Why This?
閱讀全部 9 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Scheduled Post Guardian〉的開發相關工作。

參與者

將〈Scheduled Post Guardian〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.4

Bump WordPress supported version

1.1.0

  • Cleaned up code, bumped PHP version requirement.

1.0.1

  • Fix mistake in first version

1.0

  • Initial version, commissioned by OffbeatBride.com