@@ -11,13 +11,13 @@ |
||
11 | 11 | * Domain Path: /languages/ |
12 | 12 | */ |
13 | 13 | |
14 | -define( 'LSX_WETU_IMPORTER_PATH', plugin_dir_path( __FILE__ ) ); |
|
15 | -define( 'LSX_WETU_IMPORTER_CORE', __FILE__ ); |
|
16 | -define( 'LSX_WETU_IMPORTER_URL', plugin_dir_url( __FILE__ ) ); |
|
17 | -define( 'LSX_WETU_IMPORTER_VER', '1.3.4' ); |
|
14 | +define('LSX_WETU_IMPORTER_PATH', plugin_dir_path(__FILE__)); |
|
15 | +define('LSX_WETU_IMPORTER_CORE', __FILE__); |
|
16 | +define('LSX_WETU_IMPORTER_URL', plugin_dir_url(__FILE__)); |
|
17 | +define('LSX_WETU_IMPORTER_VER', '1.3.4'); |
|
18 | 18 | |
19 | -register_activation_hook( LSX_WETU_IMPORTER_CORE, array( 'LSX_WETU_Importer', 'register_activation_hook' ) ); |
|
19 | +register_activation_hook(LSX_WETU_IMPORTER_CORE, array('LSX_WETU_Importer', 'register_activation_hook')); |
|
20 | 20 | |
21 | 21 | /* ======================= Below is the Plugin Class init ========================= */ |
22 | 22 | |
23 | -require_once LSX_WETU_IMPORTER_PATH . 'classes/class-lsx-wetu-importer.php'; |
|
23 | +require_once LSX_WETU_IMPORTER_PATH.'classes/class-lsx-wetu-importer.php'; |