ActionScheduler_Logger::get_logspublicWC 1.0

Get action's logs.

Method of the class: ActionScheduler_Logger{}

No Hooks.

Returns

ActionScheduler_LogEntry[].

Usage

$ActionScheduler_Logger = new ActionScheduler_Logger();
$ActionScheduler_Logger->get_logs( $action_id );
$action_id(string) (required)
Action ID.

ActionScheduler_Logger::get_logs() code WC 9.9.5

abstract public function get_logs( $action_id );