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.

Returns

null. Nothing (null).

Usage

$ActionScheduler_Store = new ActionScheduler_Store();
$ActionScheduler_Store->mark_migrated( $action_id );
$action_id(int) (required)
Action ID.

ActionScheduler_Store::mark_migrated() code WC 9.8.4

public function mark_migrated( $action_id ) {}