ActionScheduler_Logger::log_stored_action()publicWC 1.0

Method of the class: ActionScheduler_Logger{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_Logger = new ActionScheduler_Logger();
$ActionScheduler_Logger->log_stored_action( $action_id );
$action_id (required)
-

ActionScheduler_Logger::log_stored_action() code WC 8.6.1

public function log_stored_action( $action_id ) {
	$this->log( $action_id, __( 'action created', 'woocommerce' ) );
}