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
Afficher le fichier Open project: Automattic/vip-mu-plugins-public Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

init() public static méthode

public static init ( )

instance() public static méthode

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

prepare() public méthode

public prepare ( )

register_setting() public méthode

public register_setting ( )

register_settings_page() public méthode

settings_page() public méthode

public settings_page ( )

validate_cron_request() public méthode

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

validate_scheduled_posts() public méthode

validate_settings() public méthode

public validate_settings ( $settings )