esc_url( admin_url( '/themes.php?page=demo-importer&browse=all&zakra-hide-notice=welcome' ) ), // Check if TDI is installed but not activated or not installed at all or installed and activated. 'btn_text' => ! file_exists( WP_PLUGIN_DIR . '/themegrill-demo-importer/themegrill-demo-importer.php' ) ? esc_html__( 'Processing...', 'zakra' ) : ( file_exists( WP_PLUGIN_DIR . '/themegrill-demo-importer/themegrill-demo-importer.php' ) && is_plugin_inactive( 'themegrill-demo-importer/themegrill-demo-importer.php' ) ? esc_html__( 'Activating...', 'zakra' ) : esc_html__( 'Redirecting...', 'zakra' ) ), 'nonce' => wp_create_nonce( 'zakra_demo_import_nonce' ), ); wp_localize_script( 'zakra-plugin-install-helper', 'zakraRedirectDemoPage', $welcome_data ); } } new Zakra_Admin();