Changeset 3074878
- Timestamp:
- 04/22/2024 09:11:24 AM (23 months ago)
- Location:
- litextension-data-migration-to-woocommerce/trunk
- Files:
-
- 2 edited
-
class/LitMain.php (modified) (1 diff)
-
litextension.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
litextension-data-migration-to-woocommerce/trunk/class/LitMain.php
r2617758 r3074878 31 31 add_action('admin_menu', array($this, 'createMenuAdminPanel')); 32 32 add_action('admin_init', array($this, 'enqueue_scripts')); 33 add_action('login_head', array($this, 'add_favicon'));34 add_action('admin_head', array($this, 'add_favicon'));33 // add_action('login_head', array($this, 'add_favicon')); 34 // add_action('admin_head', array($this, 'add_favicon')); 35 35 // add_action('wp_logout', array($this, 'clearLitSession')); 36 36 // add_action('wp_login', array($this, 'clearLitSession')); -
litextension-data-migration-to-woocommerce/trunk/litextension.php
r2621723 r3074878 4 4 * Plugin URI: https://litextension.com/ 5 5 * Description: Litextension 6 * Version: 1.2. 06 * Version: 1.2.1 7 7 * Author: Litextension 8 8 * Author URI: https://litextension.com … … 13 13 namespace LitExtension; 14 14 15 define('LIT_VERSION', '1.2. 0');15 define('LIT_VERSION', '1.2.1'); 16 16 define('LIT_PATH_PLUGIN', __DIR__ . '/'); 17 17 define('LIT_URL_PLUGIN', plugin_dir_url(__FILE__) . '/');
Note: See TracChangeset
for help on using the changeset viewer.