Apraksts
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.
Uzstādīšana
- 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.
- Activate the plugin via the ‘Plugins’ option in the WordPress dashboard.
- 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 );
Atsauksmes
Autori un izstrādātāji
“Snack Missed Schedule” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.
LīdzdalībniekiTulkot “Snack Missed Schedule” savā valodā.
Vai jūs interesē attīstība?
Pārlūkojiet kodu, apmeklējiet SVN krātuvi vai abonējiet attīstības žurnālu, ko izveidojis RSS.
Izmaiņu žurnāls
1.1.0
- Check missed schedules for other post types defined
1.0.1
- Updating tested up to version
1.0.0
- First stable release of the plugin