ActionScheduler_LogEntry::get_action_id()
Method of the class: ActionScheduler_LogEntry{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ActionScheduler_LogEntry = new ActionScheduler_LogEntry(); $ActionScheduler_LogEntry->get_action_id();
ActionScheduler_LogEntry::get_action_id() ActionScheduler LogEntry::get action id code WC 9.3.3
public function get_action_id() { return $this->action_id; }