Plugin Directory

Changeset 2393676


Ignore:
Timestamp:
10/05/2020 01:30:45 PM (5 years ago)
Author:
botpenguinbot
Message:

script will be injected in header instead of footer

Location:
botpenguinbot/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • botpenguinbot/trunk/botpenguin.php

    r2393671 r2393676  
    55 * Plugin URI: https://botpenguin.com
    66 * Description: BotPenguin is an AI powered chatbot platform that enables you to quickly and easily build incredible chatbots to communicate and engage your customers on website, Facebook messenger and other platforms.
    7  * Version: 1.0.1
     7 * Version: 1.0.2
    88 * Author: Botpenguin
    99 * Author URI: https://botpenguin.com
     
    1111 */
    1212
    13 add_action('wp_footer', 'BOTPENGUIN_function');
     13add_action('wp_head', 'BOTPENGUIN_function');
    1414
    1515function BOTPENGUIN_function()
  • botpenguinbot/trunk/sidebar.php

    r2164187 r2393676  
    1212  </div>
    1313
    14  
    15 
    1614</div>
Note: See TracChangeset for help on using the changeset viewer.