ActionScheduler_Store::mark_migrated()
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() ActionScheduler Store::mark migrated code WC 9.2.3
public function mark_migrated( $action_id ) {}