YITH WooCommerce Quick View plugin allows your customers to have a quick look about products. Get more plugins for your e-commerce shop on YITH.
* Version: 2.12.0
* Author: YITH
* Author URI: https://yithemes.com/
* Text Domain: yith-woocommerce-quick-view
* Domain Path: /languages/
* Requires Plugins: woocommerce
* WC requires at least: 10.4
* WC tested up to: 10.6
*
* @author YITH
* @package YITH WooCommerce Quick View
* @version 2.12.0
*/
/** Copyright 2015-2026 Your Inspiration Solutions (email : plugins@yithemes.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2, as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
if ( ! function_exists( 'is_plugin_active' ) ) {
require_once ABSPATH . 'wp-admin/includes/plugin.php';
}
/**
* Message if WooCommerce is not installed.
*
* @since 1.0.0
* @return void
*/
function yith_wcqv_install_woocommerce_admin_notice() {
?>