ActionScheduler_Store::action_counts()publicWC 1.0

Get a count of all actions in the store, grouped by status

Method of the class: ActionScheduler_Store{}

No Hooks.

Return

Array.

Usage

$ActionScheduler_Store = new ActionScheduler_Store();
$ActionScheduler_Store->action_counts();

ActionScheduler_Store::action_counts() code WC 8.7.0

abstract public function action_counts();