ActionScheduler_Store::action_counts()publicWC 1.0

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

Метод класса: ActionScheduler_Store{}

Хуков нет.

Возвращает

Массив.

Использование

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

Код ActionScheduler_Store::action_counts() WC 8.7.0

abstract public function action_counts();