ActionScheduler_Store::mark_migrated()publicWC 1.0

Callable function to mark an action as migrated optionally overridden in derived classes.

Method of the class: ActionScheduler_Store{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_Store = new ActionScheduler_Store();
$ActionScheduler_Store->mark_migrated( $action_id );
$action_id (required)
-

ActionScheduler_Store::mark_migrated() code WC 8.7.0

public function mark_migrated( $action_id ) {}