ActionScheduler_DataController::mark_migration_complete()public staticWC 1.0

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() code WC 8.7.0

public static function mark_migration_complete() {
	update_option( self::STATUS_FLAG, self::STATUS_COMPLETE );
}