Files
apache
wp-content
mu-plugins
plugins
activitypub
audioigniter
authldap
companion-auto-update
gitium
gp-premium
backgrounds
blog
colors
copyright
disable-elements
dist
elements
general
hooks
inc
langs
library
menu-plus
page-header
secondary-nav
sections
site-library
spacing
typography
woocommerce
fields
functions
woocommerce.php
gp-premium.php
readme.txt
wpml-config.xml
jetpack-protect
menu-icons
simple-local-avatars
smtp-mailer
two-factor
w3-total-cache
wp-piwik
wp-webauthn
index.php
themes
upgrade-temp-backup
w3tc-config
index.php
.dbsetup
.gitignore
htaccess
php.ini
laipower/wp-content/plugins/gp-premium/woocommerce/woocommerce.php

20 lines
452 B
PHP

<?php
/**
* The WooCommerce module.
*
* @since 1.3.0
*
* @package GP Premium
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // No direct access, please.
}
// 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';
require plugin_dir_path( __FILE__ ) . 'fields/woocommerce-colors.php';