ActionScheduler_LogEntry::get_message()publicWC 1.0

Get log entry message.

Method of the class: ActionScheduler_LogEntry{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ActionScheduler_LogEntry = new ActionScheduler_LogEntry();
$ActionScheduler_LogEntry->get_message();

ActionScheduler_LogEntry::get_message() code WC 9.8.4

public function get_message() {
	return $this->message;
}