Plugin Directory

Changeset 3057699


Ignore:
Timestamp:
03/24/2024 01:15:41 PM (2 years ago)
Author:
cylas
Message:

QUICK FIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hide-admin-dashboard-notifications/trunk/belo-hide-admin-notifications.php

    r3057695 r3057699  
    4949}
    5050function wp_belo_han_collect_site_info() {
    51     $info_sent = get_option('  wp_belo_han_site_info_sent_switch', false);
     51    $info_sent = get_option('wp_belo_han_site_info_sent_switch1', false);
    5252    // If site info has already been sent, return
    5353    if ($info_sent) {
     
    7070    // If successful, update the flag to indicate that info has been sent
    7171    if (!is_wp_error($response) && $response['response']['code'] === 200) {
    72         update_option('  wp_belo_han_site_info_sent_switch', true);
     72        update_option('wp_belo_han_site_info_sent_switch1', true);
    7373    }
    7474    // Check for errors
Note: See TracChangeset for help on using the changeset viewer.