options = get_option( 'seopress_google_analytics_option_name' ); if ( empty( $this->options ) ) { return; } $settings = [ 'seopress_google_analytics_other_tracking' => [ 'type' => 'string', 'newOption' => [ 'webmasterTools', 'miscellaneousVerification' ] ], ]; aioseo()->importExport->seoPress->helpers->mapOldToNew( $settings, $this->options ); } }