beapi/missed-schedule

Publish future post when the publication date has passed and WordPress fails.

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 1

Open Issues: 0

Type:wordpress-muplugin

1.0.1 2020-06-04 05:01 UTC

This package is auto-updated.

Last update: 2024-03-29 04:18:42 UTC


README

Be API Github Banner

Missed Schedule

Publish future post when the publication date has passed and WordPress fails. Prefer WP-CRON CLI usage instead synchronous execution.

Requirements

  • WordPress > 3.9
  • PHP > 5.6

Customization and hooks

This plugin doesn't have any hook.

It is possible to force the publication synchronously mode with the following constant. Otherwise, posts will be published via the WP_CRON tasks.

<?php 
if ( ! defined( 'ENABLE_SYNC_MISSED_CHECK' ) ) {
	define( 'ENABLE_SYNC_MISSED_CHECK', true );
}

Who ?

Created by Be API, the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always hiring some fun and talented guys. So we will be pleased to work with you.

This plugin is only maintained, which means we do not guarantee some free support. Consider reporting an issue and be patient.

If you really like what we do or want to thank us for our quick work, feel free to donate as much as you want / can, even 1€ is a great gift for buying coffee :)

License

This plugin is licensed under the GPLv2 or later.