PluginProbe
HubSpot All-In-One Marketing – Forms, Popups, Live Chat / 11.3.75
HubSpot All-In-One Marketing – Forms, Popups, Live Chat v11.3.75
11.3.75 11.3.73 11.3.71 11.3.70 11.3.69 11.3.64 11.3.65 11.3.62 11.3.61 11.3.56 11.3.58 11.0.31 11.0.52 11.0.54 11.0.56 11.0.58 11.0.7 11.1.10 11.1.11 11.1.13 11.1.14 11.1.15 11.1.2 11.1.20 11.1.21 All 73 releases
leadin / public / admin / class-menuconstants.php

class-menuconstants.php in HubSpot All-In-One Marketing – Forms, Popups, Live Chat 11.3.75, at public/admin/class-menuconstants.php

20 lines 492 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace Leadin\admin;
4
5 /**
6 * Static class containing the id of each menu item.
7 */
8 class MenuConstants {
9 const ROOT = 'leadin';
10 const USER_GUIDE = 'leadin_user_guide';
11 const REPORTING = 'leadin_reporting';
12 const EMAIL = 'leadin_email';
13 const FORMS = 'leadin_forms';
14 const CONTACTS = 'leadin_contacts';
15 const LISTS = 'leadin_lists';
16 const SETTINGS = 'leadin_settings';
17 const PRICING = 'leadin_pricing';
18 const CHATFLOWS = 'leadin_chatflows';
19 }
20