get( 'Version' ); // $old_version = get_option( 'brandy_theme_version' ); // if ( $old_version !== $current_version ) { // update_option( 'brandy_theme_version', $current_version ); // $this->migrate_data(); // } } } Migration::get_instance();