ActionScheduler_LogEntry::get_action_id()
Метод класса: ActionScheduler_LogEntry{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ActionScheduler_LogEntry = new ActionScheduler_LogEntry(); $ActionScheduler_LogEntry->get_action_id();
Код ActionScheduler_LogEntry::get_action_id() ActionScheduler LogEntry::get action id WC 7.7.0
public function get_action_id() { return $this->action_id; }