ActionScheduler_Store::log_executionpublicWC 1.0

Log action's execution.

Method of the class: ActionScheduler_Store{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ActionScheduler_Store = new ActionScheduler_Store();
$ActionScheduler_Store->log_execution( $action_id );
$action_id(string) (required)
Actoin ID.

ActionScheduler_Store::log_execution() code WC 10.8.1

abstract public function log_execution( $action_id );