products-compare-for-woocommerce
Last commit date
berocket
2 months ago
css
2 months ago
divi
2 months ago
includes
2 months ago
js
2 months ago
languages
2 months ago
style_templates
2 months ago
templates
2 months ago
loco.xml
2 months ago
main.php
2 months ago
products-compare.php
2 months ago
readme.txt
2 months ago
wpml-config.xml
2 months 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.5 |
| 7 | * Author: BeRocket |
| 8 | * Requires at least: 5.0 |
| 9 | * Tested up to: 6.9.4 |
| 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.6.2 |
| 16 | */ |
| 17 | define( "BeRocket_Compare_Products_version", '3.6.2.5' ); |
| 18 | define( "BeRocket_Compare_Products_file", __FILE__ ); |
| 19 | include_once('main.php'); |
| 20 |