Changeset 3008650
- Timestamp:
- 12/12/2023 10:34:53 AM (16 months ago)
- Location:
- outshifter-export/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
outshifter-export/trunk/README.txt
r3003145 r3008650 4 4 Requires at least: 5.0 5 5 Tested up to: 6.3 6 Stable tag: 3. 56 Stable tag: 3.6 7 7 Requires PHP: 7.0 8 8 License: GPLv3 -
outshifter-export/trunk/index.php
r3003145 r3008650 8 8 * Author: Reachu 9 9 * Author URI: https://reachu.io/ 10 * Version: 3. 510 * Version: 3.6 11 11 */ 12 12 … … 82 82 update_option('wc_reachu_password', ''); 83 83 update_option('firebaseUserId', ''); 84 if (class_exists('OSEWCPHJC_reachuSync') && method_exists('OSEWCPHJC_reachuSync', 'plugin_uninstall') ) {84 if (class_exists('OSEWCPHJC_reachuSync') && method_exists('OSEWCPHJC_reachuSync', 'plugin_uninstall') && class_exists('WooCommerce')) { 85 85 OSEWCPHJC_reachuSync::plugin_uninstall(); 86 86 }
Note: See TracChangeset
for help on using the changeset viewer.