• Resolved matthewarren

    (@matthewarren)


    I’m trying to figure out how I can dynamically display in a widget on my page whether or not the chat is online. I’m able to run PHP from a widget, but I haven’t been able to figure out what field in the database I should be looking at to determine if the chat is online or not. Any help would be appreciated.

    https://wordpress.org/plugins/wp-live-chat-support/

Viewing 1 replies (of 1 total)
  • Plugin Author WP-LiveChat

    (@wp-livechat)

    Hi matthewarren

    Apologies for the delay in response.

    A transient is set when the agent logs in, which puts the chat online.

    The transient name is: wplc_is_admin_logged_in. 1 = Online. 0 = Offline.

    Kind Regards,
    Jarryd

Viewing 1 replies (of 1 total)

The topic ‘Database flag for chat being online?’ is closed to new replies.