ActionScheduler_LogEntry::get_action_id
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() ActionScheduler LogEntry::get action id WC 11.0.1
public function get_action_id() {
return $this->action_id;
}