Changeset 2393671
- Timestamp:
- 10/05/2020 01:20:31 PM (5 years ago)
- File:
-
- 1 edited
-
botpenguinbot/trunk/botpenguin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
botpenguinbot/trunk/botpenguin.php
r2286180 r2393671 5 5 * Plugin URI: https://botpenguin.com 6 6 * 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. 07 * Version: 1.0.1 8 8 * Author: Botpenguin 9 9 * Author URI: https://botpenguin.com … … 16 16 { 17 17 $textvar = get_option('test_plugin_variable', 'botpenguin bot script'); 18 echo "<script id='Ym90cGVuZ3VpbkFwaQ' src='https://cdn.botpenguin.com/bot.js?apiKey=${textvar}' async></script>";18 echo "<script id='Ym90cGVuZ3VpbkFwaQ' src='https://cdn.botpenguin.com/bot.js?apiKey=${textvar}' defer></script>"; 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.