PluginProbe ʕ •ᴥ•ʔ
Catalog Booster & Product Catalog Mode for WooCommerce / 1.0.9
Catalog Booster & Product Catalog Mode for WooCommerce v1.0.9
trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.3 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8
catalog-booster-for-woocommerce / functions / index.php
catalog-booster-for-woocommerce / functions Last commit date
activation.php 8 years ago compatibility.php 9 years ago index.php 9 years ago
index.php
16 lines
1 <?php
2
3 if ( !defined( 'ABSPATH' ) ) {
4 exit; // Exit if accessed directly
5 }
6 /**
7 * Manages Paypal gateaway functions folder
8 *
9 * Here includes files are defined and managed.
10 *
11 * @version 1.0.0
12 * @package implecode-paypal-getaway/functions
13 * @author Norbert Dreszer
14 */
15 //require_once( IC_WOOCAT_BASE_PATH . '/functions/compatibility.php' );
16