ActionScheduler_Store::fetch_action()publicWC 1.0

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

Хуков нет.

Возвращает

ActionScheduler_Action.

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

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

Код ActionScheduler_Store::fetch_action() WC 8.7.0

abstract public function fetch_action( $action_id );