Changeset 2126013
- Timestamp:
- 07/20/2019 06:26:17 AM (7 years ago)
- Location:
- woo-email-subscribe/trunk
- Files:
-
- 2 added
- 2 edited
-
assets/js/scripts.js (modified) (1 diff)
-
init (added)
-
init/price-discount-class.php (added)
-
woocommerce-subscribe.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-email-subscribe/trunk/assets/js/scripts.js
r2125720 r2126013 31 31 32 32 $(".wc_subc_success").html(response); 33 //window.location.reload(true);33 window.location.reload(true); 34 34 } 35 35 }); -
woo-email-subscribe/trunk/woocommerce-subscribe.php
r2125721 r2126013 14 14 define( 'WPWES_PLUGIN', __FILE__ ); 15 15 define( 'WPWES_PLUGIN_DIR', untrailingslashit( dirname( WPWES_PLUGIN ) ) ); 16 define( 'WPWES_PLUGIN_WOO_DIR', WPWES_PLUGIN_DIR . '/ woocommerce' );16 define( 'WPWES_PLUGIN_WOO_DIR', WPWES_PLUGIN_DIR . '/init' ); 17 17 18 18 add_option( "jal_db_version", "1.0" );
Note: See TracChangeset
for help on using the changeset viewer.