Documentation

updatesViaCron

Interface to standardize items that are updated with Cron.

Table of Contents

Methods

checkUpdates()  : void
Check to see if a cron run is needed, and run it if so. Connected to an init function.
updateCron()  : void
Run the updating cron task. Fail quietly to not disturb the visitor experience if using WP default cron handling.

Methods

checkUpdates()

Check to see if a cron run is needed, and run it if so. Connected to an init function.

public static checkUpdates() : void

updateCron()

Run the updating cron task. Fail quietly to not disturb the visitor experience if using WP default cron handling.

public static updateCron() : void

        
On this page

Search results