Method | Description | |
---|---|---|
test ( ) | Test the WP Cron spawning system and report back its status. |
Method | Description | |
---|---|---|
get_cron_spawn ( ) : WP_Error | array | Spawn a request to wp-cron.php and return the response. |
protected static get_cron_spawn ( ) : WP_Error | array | ||
return | WP_Error | array | The response or WP_Error on failure. |
public test ( ) |