PluginProbe ʕ •ᴥ•ʔ
Products Compare for WooCommerce / 3.6.2.8
Products Compare for WooCommerce v3.6.2.8
3.6.2.8 3.6.2.7 trunk 1.0.1 1.0.10 1.0.10.1 1.0.11 1.0.11.1 1.0.12 1.0.13 1.0.13.1 1.0.2 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 3.5 3.5.0.1 3.5.0.2 3.5.1 3.5.1.1 3.5.1.2 3.5.1.3 3.5.1.4 3.5.1.5 3.5.1.6 3.5.1.7 3.5.2 3.5.2.1 3.5.2.2 3.5.2.3 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.7.1 3.5.7.2 3.5.7.3 3.5.7.4 3.5.7.5 3.5.7.6 3.5.7.7 3.5.7.8 3.5.7.9 3.5.8 3.5.9 3.6.0 3.6.1 3.6.2 3.6.2.1 3.6.2.2 3.6.2.3 3.6.2.4 3.6.2.5 3.6.2.6
products-compare-for-woocommerce / products-compare.php
products-compare-for-woocommerce Last commit date
berocket 1 month ago css 1 month ago divi 1 month ago includes 1 month ago js 1 month ago languages 1 month ago style_templates 1 month ago templates 1 month ago loco.xml 1 month ago main.php 1 month ago products-compare.php 1 month ago readme.txt 1 month ago wpml-config.xml 1 month ago
products-compare.php
20 lines
1 <?php
2 /**
3 * Plugin Name: Products Compare for WooCommerce
4 * Plugin URI: https://wordpress.org/plugins/products-compare-for-woocommerce/
5 * Description: Plugin for WooCommerce which compare products
6 * Version: 3.6.2.8
7 * Author: BeRocket
8 * Requires at least: 5.0
9 * Tested up to: 7.0
10 * Requires PHP: 7.0
11 * Requires Plugins: woocommerce
12 * Author URI: https://berocket.com?utm_source=free_plugin&utm_medium=plugins&utm_campaign=compare_products
13 * Text Domain: products-compare-for-woocommerce
14 * Domain Path: /languages/
15 * WC tested up to: 10.7
16 */
17 define( "BeRocket_Compare_Products_version", '3.6.2.8' );
18 define( "BeRocket_Compare_Products_file", __FILE__ );
19 include_once('main.php');
20