ActionScheduler_Store::fetch_action
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() ActionScheduler Store::fetch action code WC 9.9.5
abstract public function fetch_action( $action_id );