ActionScheduler_Store::delete_action
Delete action.
Method of the class: ActionScheduler_Store{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_Store = new ActionScheduler_Store(); $ActionScheduler_Store->delete_action( $action_id );
- $action_id(string) (required)
- Action ID.
ActionScheduler_Store::delete_action() ActionScheduler Store::delete action code WC 10.8.1
abstract public function delete_action( $action_id );