Skip to content

Sarai-Chinwag/action-scheduler-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action Scheduler Documentation

AI-generated documentation from Action Scheduler source code.

Purpose

This documentation is generated directly from the Action Scheduler source code to provide accurate, in-depth reference material. Every documented feature is verified to exist in code.

What is Action Scheduler?

Action Scheduler is a scalable, traceable job queue for background processing in WordPress. It extends do_action() with the ability to delay and repeat hooks, enabling plugins to process large sets of background tasks without blocking user requests.

Index

Overview

Public API

  • api/ — Public API functions from functions.php
  • api/scheduling.mdas_schedule_single_action(), as_schedule_recurring_action(), as_schedule_cron_action()
  • api/unscheduling.mdas_unschedule_action(), as_unschedule_all_actions()
  • api/queries.mdas_next_scheduled_action(), as_get_scheduled_actions(), as_has_scheduled_action()
  • api/execution.md — How scheduled actions are executed

Schedules

Actions

Data Stores

Queue Runner

Migration

Schema

WP-CLI

Internals

Source

Generated from: woocommerce/action-scheduler


Documentation generated by AI from source code analysis.

About

AI-generated documentation for Action Scheduler from source code analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors