ActionScheduler_LogEntry::get_action_idpublicWC 1.0

Get action ID of log entry.

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

Хуков нет.

Возвращает

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

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

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

Код ActionScheduler_LogEntry::get_action_id() WC 11.0.1

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