ActionScheduler_LogEntry::get_action_idpublicWC 1.0

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() code WC 9.9.5

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