PATH:
home
/
letacommog
/
kyrios
/
wp-content
/
plugins
/
woo-conditional-discount-rules-for-checkout
/
includes
<?php /** * define constant variables * define admin side constant * * @since 1.0.0 * @author Multidots * * @param null */ // define constant for plugin slug define( 'WOOCOMMERCE_CONDITIONAL_DISCOUNT_FOR_CHECKOUT_PRO_PLUGIN_NAME', 'Conditional Discount Rules For WooCommerce Checkout Pro' ); define( 'WOOCOMMERCE_CONDITIONAL_DISCOUNT_FOR_CHECKOUT_FREE_PLUGIN_NAME', 'Conditional Discount Rules For WooCommerce Checkout' ); define( 'WOOCOMMERCE_CONDITIONAL_DISCOUNT_FOR_CHECKOUT_PRO_VERSION_NAME', 'Premium Version ' ); define( 'WOOCOMMERCE_CONDITIONAL_DISCOUNT_FOR_CHECKOUT_FREE_VERSION_NAME', 'Free Version ' ); define( 'WOOCOMMERCE_CONDITIONAL_DISCOUNT_FOR_CHECKOUT_PRO_TEXT_DOMAIN', 'woo-conditional-discount-rules-for-checkout' );
[+]
..
[-] class-woocommerce-dynamic-pricing-and-discount-loader.php
[edit]
[-] class-woocommerce-dynamic-pricing-and-discount-deactivator.php
[edit]
[-] class-woocommerce-dynamic-pricing-and-discount.php
[edit]
[-] class-woocommerce-dynamic-pricing-and-discount-user-feedback.php
[edit]
[-] index.php
[edit]
[-] constant.php
[edit]
[-] class-woocommerce-dynamic-pricing-and-discount-i18n.php
[edit]
[-] class-woocommerce-dynamic-pricing-and-discount-activator.php
[edit]