ActionScheduler_DataController::mark_migration_complete()
Mark the migration as complete.
Method of the class: ActionScheduler_DataController{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = ActionScheduler_DataController::mark_migration_complete();
ActionScheduler_DataController::mark_migration_complete() ActionScheduler DataController::mark migration complete code WC 9.3.3
public static function mark_migration_complete() { update_option( self::STATUS_FLAG, self::STATUS_COMPLETE ); }