Plugin Directory

Changeset 2529202


Ignore:
Timestamp:
05/10/2021 04:16:45 PM (5 years ago)
Author:
customerly
Message:

fix: move script in footer

Location:
customerly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • customerly/trunk/customerly-plugin.php

    r2501888 r2529202  
    33Plugin Name: Live Chat by Customerly - Live Chat Free Suite
    44Description: Live Chat Free for your website to talk with your visitors in real-time for Free! Acquire leads, craft and deliver newsletter and funnels to increase sales.
    5 Version: 2.0.2
     5Version: 2.0.3
    66Author: Customerly.io
    77Author URI: https://www.customerly.io/en/customer-support-live-chat-software?utm_medium=referral&utm_source=wordpress&utm_campaign=wordpressAuthorURI
     
    9292
    9393
    94 add_action('wp_enqueue_scripts', 'customerly_output_widget');
     94add_action('wp_footer', 'customerly_output_widget');
    9595add_action('admin_menu', 'customerly_add_admin_menu');
    9696add_action('admin_init', 'customerly_settings_init');
     
    202202                    customerly.load({
    203203                    "app_id": "' . $appid . '",
    204                     "user_id":"' . $user_ID . '", 
    205                     "name":"' . $name . '", 
     204                    "user_id":"' . $user_ID . '",
     205                    "name":"' . $name . '",
    206206                    "email": "' . $email . '",
    207207                    "attributes": {
  • customerly/trunk/readme.txt

    r2501888 r2529202  
    55Requires at least: 3.0
    66Tested up to: 5.7
    7 Stable tag: 2.0.2
     7Stable tag: 2.0.3
    88Requires PHP: 5.4
    99License: GPLv2
Note: See TracChangeset for help on using the changeset viewer.