Learndash_Admin_Action_Scheduler::__construct()
Method: Construct.
Learndash_Admin_Action_Scheduler::__construct Read More »
@package: LearnDash / Scheduler
Source Files: includes/admin/class-learndash-admin-action-scheduler.php
Method: Construct.
Learndash_Admin_Action_Scheduler::__construct Read More »
Method: Returns the full group name.
Learndash_Admin_Action_Scheduler::get_full_group_name Read More »
Method: Register an action tasks.
Learndash_Admin_Action_Scheduler::register_callback Read More »
Method: Add a task to the queue.
Learndash_Admin_Action_Scheduler::enqueue_task Read More »
Method: Init the global scheduler stuff.
Learndash_Admin_Action_Scheduler::init_ld_scheduler Read More »
Method: Add a task to the fatal tasks list to be marked as failed.
Learndash_Admin_Action_Scheduler::add_fatal_task Read More »
Method: Mark fatal tasks as failed.
Learndash_Admin_Action_Scheduler::mark_fatal_tasks_as_failed Read More »
Method: Run tasks immediately if we have a define.
Learndash_Admin_Action_Scheduler::maybe_run_tasks_immediately Read More »
Method: Returns if a task is currently in progress (enqueued or running).
Learndash_Admin_Action_Scheduler::is_task_in_progress Read More »
Method: Add progress notice.
Learndash_Admin_Action_Scheduler::task_handler Read More »
Method: Add an admin notice.
Learndash_Admin_Action_Scheduler::add_admin_notice Read More »
Method: Show admin notices related to the scheduled tasks.
Learndash_Admin_Action_Scheduler::show_processing_notices Read More »
Class: LearnDash admin action scheduler class.
Learndash_Admin_Action_Scheduler Read More »