PHP 클래스 Automattic\WP\Cron_Control\Internal_Events

상속: extends Singleton
파일 보기 프로젝트 열기: Automattic/vip-mu-plugins-public 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
class_init ( ) Register hooks

메소드 상세

class_init() 보호된 메소드

Register hooks
protected class_init ( )

clean_legacy_data() 공개 메소드

Remove data related to how Core manages cron in the absence of this plugin
public clean_legacy_data ( )

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() 공개 메소드

Events that are always run, regardless of how many jobs are queued
public is_internal_event ( $action )

purge_completed_events() 공개 메소드

Given volume of events that can be created, waiting for wp_scheduled_delete(), which defaults to a trailing 30-day delete, is unwise

register_internal_events_schedules() 공개 메소드

Include custom schedules used for internal jobs
public register_internal_events_schedules ( $schedules )

schedule_internal_events() 공개 메소드

Schedule internal jobs