PluginProbe
Lead Generation Contact Widget & AI Chatbot: Chat Button, Phone Call, Telegram, Email – SiteLeads / trunk
Lead Generation Contact Widget & AI Chatbot: Chat Button, Phone Call, Telegram, Email – SiteLeads vtrunk
1.2.1 1.2.0 1.1.7 trunk 1.0.0 1.1.0 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6
siteleads / lib / Constants.php

Constants.php in Lead Generation Contact Widget & AI Chatbot: Chat Button, Phone Call, Telegram, Email – SiteLeads trunk, at lib/Constants.php

28 lines 329 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace SiteLeads;
4
5
6 class Constants {
7
8 static $siteLeadsDataPostType = 'siteleads-settings';
9
10 static $channels = array(
11 'phone',
12 'whatsapp',
13 'email',
14 'messenger',
15 'instagramDm',
16 'instagramPage',
17 'wechat',
18 'snapchat',
19 'discord',
20 'telegram',
21 'sms',
22 'tiktok',
23 'x',
24 'maps',
25 'aiAgent',
26 );
27 }
28