ActionScheduler_Store::fetch_actionpublicWC 1.0

Get action.

Method of the class: ActionScheduler_Store{}

No Hooks.

Returns

ActionScheduler_Action.

Usage

$ActionScheduler_Store = new ActionScheduler_Store();
$ActionScheduler_Store->fetch_action( $action_id );
$action_id(string) (required)
Action ID.

ActionScheduler_Store::fetch_action() code WC 9.9.5

abstract public function fetch_action( $action_id );