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