ActionScheduler_LogEntry::get_action_id
Get action ID of log entry.
Method of the class: ActionScheduler_LogEntry{}
No Hooks.
Returns
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.9.5
public function get_action_id() { return $this->action_id; }