Plugin Directory

Changeset 3445762


Ignore:
Timestamp:
01/23/2026 06:15:01 PM (2 months ago)
Author:
richplugins
Message:

Disable debug mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • widget-google-reviews/trunk/includes/class-activator.php

    r3445229 r3445762  
    210210        }
    211211
     212        if (version_compare($last_active_version, '6.9.4.1', '<')) {
     213            update_option('grw_debug_mode', '0');
     214        }
     215
    212216        if (!empty($wpdb->last_error)) {
    213217            update_option('grw_last_error', time() . ': ' . $wpdb->last_error);
Note: See TracChangeset for help on using the changeset viewer.