Plugin Directory

Changeset 2126013


Ignore:
Timestamp:
07/20/2019 06:26:17 AM (7 years ago)
Author:
artdevstudios1
Message:

modify code

Location:
woo-email-subscribe/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • woo-email-subscribe/trunk/assets/js/scripts.js

    r2125720 r2126013  
    3131                     
    3232                    $(".wc_subc_success").html(response);
    33                      // window.location.reload(true);           
     33                      window.location.reload(true);         
    3434              }
    3535            });
  • woo-email-subscribe/trunk/woocommerce-subscribe.php

    r2125721 r2126013  
    1414define( 'WPWES_PLUGIN', __FILE__ );
    1515define( 'WPWES_PLUGIN_DIR', untrailingslashit( dirname( WPWES_PLUGIN ) ) );
    16 define( 'WPWES_PLUGIN_WOO_DIR', WPWES_PLUGIN_DIR . '/woocommerce' );
     16define( 'WPWES_PLUGIN_WOO_DIR', WPWES_PLUGIN_DIR . '/init' );
    1717 
    1818add_option( "jal_db_version", "1.0" );
Note: See TracChangeset for help on using the changeset viewer.