Plugin Directory

Changeset 3008650


Ignore:
Timestamp:
12/12/2023 10:34:53 AM (16 months ago)
Author:
outshifter
Message:

fix remove plugin

Location:
outshifter-export/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • outshifter-export/trunk/README.txt

    r3003145 r3008650  
    44Requires at least: 5.0
    55Tested up to: 6.3
    6 Stable tag: 3.5
     6Stable tag: 3.6
    77Requires PHP: 7.0
    88License: GPLv3
  • outshifter-export/trunk/index.php

    r3003145 r3008650  
    88 * Author: Reachu
    99 * Author URI: https://reachu.io/
    10  * Version: 3.5
     10 * Version: 3.6
    1111 */
    1212
     
    8282          update_option('wc_reachu_password', '');
    8383          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')) {
    8585            OSEWCPHJC_reachuSync::plugin_uninstall();
    8686          }
Note: See TracChangeset for help on using the changeset viewer.