Method | Description | |
---|---|---|
clean_legacy_data ( ) | Remove data related to how Core manages cron in the absence of this plugin | |
confirm_scheduled_posts ( ) | Ensure scheduled posts have a corresponding cron job to publish them | |
force_publish_missed_schedules ( ) | Published scheduled posts that miss their schedule | |
is_internal_event ( $action ) | Events that are always run, regardless of how many jobs are queued | |
purge_completed_events ( ) | Delete event objects for events that have run | |
register_internal_events_schedules ( $schedules ) | Include custom schedules used for internal jobs | |
schedule_internal_events ( ) | Schedule internal jobs |
Method | Description | |
---|---|---|
class_init ( ) | Register hooks |
public clean_legacy_data ( ) |
public confirm_scheduled_posts ( ) |
public force_publish_missed_schedules ( ) |
public is_internal_event ( $action ) |
public purge_completed_events ( ) |
public register_internal_events_schedules ( $schedules ) |