44 results found for “cron”. Showing results 1 to 25.
-
functionwp_cron()
Registers _wp_cron() to run on the {@see ‘wp_loaded’} action.
-
function_wp_cron()
Runs scheduled callbacks or spawns cron for all scheduled events.
-
functionspawn_cron()
Sends a request to run cron through HTTP request that doesn’t halt page loading.
-
hookcron_request
Filters the cron request arguments.
-
functionwp_doing_cron()
Determines whether the current request is a WordPress cron request.
-
hookwp_doing_cron
Filters whether the current request is a WordPress cron request.
-
hookcron_schedules
Filters the non-default cron schedules.
-
function_get_cron_array()
Retrieves cron info array option.
-
function_set_cron_array()
Updates the cron option with the new cron array.
-
Filters the memory limit allocated for WP-Cron event processing.
-
function_upgrade_cron_array()
Upgrades a cron info array.
-
functionwp_get_ready_cron_jobs()
Retrieves cron jobs ready to be run.
-
Filter to override retrieving ready cron jobs.
-
Fires if an error happens when rescheduling a cron event.
-
Fires if an error happens when unscheduling a cron event.
-
Checks if any scheduled tasks are late.
-
Populates the list of cron events and store them to a class-wide variable.
-
Checks if any scheduled tasks have been missed.
-
Disables SSL verification if the ‘cron_request’ arguments include an HTTPS URL.
-
Runs the scheduled event to check and update the latest site health status for the website.
-
functionremove_accents()
Converts all accent characters to ASCII characters.
-
functionwp_get_schedules()
Retrieves supported event recurrence schedules.
-
classWP_HTML_Processor
Core class used to safely parse and modify an HTML document.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-processor.php:139 -
functionwp_schedule_event()
Schedules a recurring event.
-
functionwp_term_is_shared()
Determines whether a term is shared between multiple taxonomies.