Linux 软件免费装
Banner图

Snack Missed Schedule

开发者 bouk
更新时间 2024年4月10日 19:40
PHP版本: 7.0 及以上
WordPress版本: 6.5.2
版权: GPLv2 or later
版权网址: 版权信息

标签

cron scheduled posts missed schedule

下载

1.0.0 1.0.1 1.1.0

详情介绍:

Unlike other plugins, where check for missed schedules is hooked into init action, which in return means, there's an extra database call created anytime the site is loaded, this plugin creates separate recurring cron task to check for missed schedules. Checks are happening every 5 minutes and in case there are found posts missing its schedule, they are automatically published. From the principle this solution requires a functional WordPress cron subsystem.

安装:

  1. Upload the contents of this .zip file into '/wp-content/plugins/snack-missed-schedule' on your WordPress installation, or via the 'Plugins->Add New' option in the Wordpress dashboard.
  2. Activate the plugin via the 'Plugins' option in the WordPress dashboard.
  3. In case you want to be notified via email about missed schedules published by this plugin, just open your wp-config.php and define SNACK_MS_NOTIFY_ADMIN constant - e.g. define( 'SNACK_MS_NOTIFY_ADMIN', true );

更新日志:

1.1.0 1.0.1 1.0.0