ActionScheduler_Store::get_status()publicWC 1.0

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

Хуков нет.

Возвращает

Строку.

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

$ActionScheduler_Store = new ActionScheduler_Store();
$ActionScheduler_Store->get_status( $action_id );
$action_id(строка) (обязательный)
-

Код ActionScheduler_Store::get_status() WC 8.7.0

abstract public function get_status( $action_id );