Initial commit
This commit is contained in:
11
wp-content/plugins/gp-premium/woocommerce/woocommerce.php
Normal file
11
wp-content/plugins/gp-premium/woocommerce/woocommerce.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// No direct access, please
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
// Define the version
|
||||
define( 'GENERATE_WOOCOMMERCE_VERSION', GP_PREMIUM_VERSION );
|
||||
|
||||
// Include functions identical between standalone addon and GP Premium
|
||||
require plugin_dir_path( __FILE__ ) . 'functions/functions.php';
|
Reference in New Issue
Block a user