ActionScheduler_Logger::get_entry()publicWC 1.0

Get action's log entry.

Method of the class: ActionScheduler_Logger{}

No Hooks.

Return

ActionScheduler_LogEntry.

Usage

$ActionScheduler_Logger = new ActionScheduler_Logger();
$ActionScheduler_Logger->get_entry( $entry_id );
$entry_id(string) (required)
Entry ID.

ActionScheduler_Logger::get_entry() code WC 9.4.2

abstract public function get_entry( $entry_id );