ActionScheduler_LogEntry::get_action_id()publicWC 1.0

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$ActionScheduler_LogEntry = new ActionScheduler_LogEntry();
$ActionScheduler_LogEntry->get_action_id();

Код ActionScheduler_LogEntry::get_action_id() WC 8.7.0

public function get_action_id() {
	return $this->action_id;
}