PHP 클래스 WP_Cron_Control, vip-mu-plugins-public

Author: Thorsten Ott, Erick Hitter, Automattic, Stefan Naerger Version: 0.7.1 Text Domain: wp-cron-control
파일 보기 프로젝트 열기: Automattic/vip-mu-plugins-public 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) if this is set, it's value will be used as secret instead of the option
init ( )
instance ( ) * Use this singleton to address methods
prepare ( )
register_setting ( )
register_settings_page ( )
settings_page ( )
validate_cron_request ( ) Alternative function to the current wp_cron function that would usually executed on sanitize_comment_cookies
validate_scheduled_posts ( )
validate_settings ( $settings )

메소드 상세

__construct() 공개 메소드

if this is set, it's value will be used as secret instead of the option
public __construct ( )

init() 공개 정적인 메소드

public static init ( )

instance() 공개 정적인 메소드

* Use this singleton to address methods
public static instance ( )

prepare() 공개 메소드

public prepare ( )

register_setting() 공개 메소드

public register_setting ( )

register_settings_page() 공개 메소드

settings_page() 공개 메소드

public settings_page ( )

validate_cron_request() 공개 메소드

Alternative function to the current wp_cron function that would usually executed on sanitize_comment_cookies

validate_scheduled_posts() 공개 메소드

validate_settings() 공개 메소드

public validate_settings ( $settings )