• Resolved Francisco Salazar

    (@francisco-salazar)


    Hi,
    The function enqueue_scripts() in class-cliengo-public.php shold be fixed to match custom $table_prefix config variable in select queries.

    SELECT * FROM wp_options WHERE option_name ='cliengo_chatbot_position'
    SELECT * FROM wp_options WHERE option_name ='cliengo_chatbot_token'

    This two sentences fail because assuming a prefix “wp_”

    Regards.

Viewing 1 replies (of 1 total)
  • Plugin Author cliengo

    (@cliengo)

    Hi Francisco. Thank you for reporting this issue.

    We’ve updated a new version with this fix.

    Sorry for the delay, and any possible inconvinience.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Fix enqueue_scripts for custom table prefix’ is closed to new replies.