Plugin Directory

Changeset 3469329


Ignore:
Timestamp:
02/25/2026 10:30:57 AM (5 weeks ago)
Author:
flag92
Message:

Fix Error

Location:
click-n-chat
Files:
141 added
1 edited

Legend:

Unmodified
Added
Removed
  • click-n-chat/trunk/includes/parts/click_n_chat_popup.php

    r3267900 r3469329  
    1515            $click_n_chat_setting_popup = get_option('click_n_chat_setting_popup');
    1616            $click_n_chat_time_zone = get_option('click_n_chat_time_zone');
    17             $chat_icon_url = $click_n_chat_setting_popup->click_url_type == "whatsapp" ? CLICK_N_CHAT_DIR_URL . 'assets/images/whatsapp.png' :  CLICK_N_CHAT_DIR_URL . 'assets/images/chaticon.png';
     17            //$chat_icon_url = $click_n_chat_setting_popup->click_url_type == "whatsapp" ? CLICK_N_CHAT_DIR_URL . 'assets/images/whatsapp.png' :  CLICK_N_CHAT_DIR_URL . 'assets/images/chaticon.png';
    1818            if(get_option('click_n_chat_is_active') == "0") {return 1;}
    1919            $day_of_week = $this->click_n_chat_get_current_day_in_timezone($click_n_chat_time_zone);
Note: See TracChangeset for help on using the changeset viewer.