importExport->isImportRunning() ) { return; } $this->showNotice(); } /** * Register the notice so that it appears. * * @since 4.0.0 * * @return void */ public function showNotice() { $string1 = __( 'SEO Meta Import In Progress', 'all-in-one-seo-pack' ); // Translators: 1 - The plugin name ("All in One SEO"). $string2 = sprintf( __( '%1$s is importing your existing SEO data in the background.', 'all-in-one-seo-pack' ), AIOSEO_PLUGIN_NAME ); $string3 = __( 'This notice will automatically disappear as soon as the import has completed. Meanwhile, everything should continue to work as expected.', 'all-in-one-seo-pack' ); ?>