PHP Class WP_Cron_Control, vip-mu-plugins-public

Author: Thorsten Ott, Erick Hitter, Automattic, Stefan Naerger Version: 0.7.1 Text Domain: wp-cron-control
Show file Open project: Automattic/vip-mu-plugins-public Class Usage Examples

Public Methods

Method Description
__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 )

Method Details

__construct() public method

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

init() public static method

public static init ( )

instance() public static method

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

prepare() public method

public prepare ( )

register_setting() public method

public register_setting ( )

register_settings_page() public method

settings_page() public method

public settings_page ( )

validate_cron_request() public method

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

validate_scheduled_posts() public method

validate_settings() public method

public validate_settings ( $settings )