PHP 클래스 Automattic\WP\Cron_Control\Main

상속: extends Singleton
파일 보기 프로젝트 열기: Automattic/vip-mu-plugins-public

공개 메소드들

메소드 설명
admin_notice ( ) Display an error if the plugin's conditions aren't met
block_direct_cron ( ) Block direct cron execution as early as possible
block_spawn_cron ( $spawn_cron_args ) Block the spawn_cron() function

보호된 메소드들

메소드 설명
class_init ( ) Register hooks

비공개 메소드들

메소드 설명
set_constants ( ) Define constants that block Core's cron

메소드 상세

admin_notice() 공개 메소드

Display an error if the plugin's conditions aren't met
public admin_notice ( )

block_direct_cron() 공개 메소드

Block direct cron execution as early as possible
public block_direct_cron ( )

block_spawn_cron() 공개 메소드

Block the spawn_cron() function
public block_spawn_cron ( $spawn_cron_args )

class_init() 보호된 메소드

Register hooks
protected class_init ( )