PluginProbe
Lasso Lite – Affiliate Link Manager & Product Displays / 115
Lasso Lite – Affiliate Link Manager & Product Displays v115
157 155 156 154 153 152 151 150 149 148 trunk 0.9.9 104 105 106 107 108 109 110 111 112 113 114 115 116 All 56 releases
← All changes | classes/class-enum.php +1 -4 trunk115 View file →
@@ -27,10 +27,9 @@
27 27 const PAGE_SETTINGS_AMAZON = 'settings-amazon';
28 28
29 29 const LASSO_LITE_ACTIVE = 'is_active_lasso_lite';
30 30 const SWITCH_TO_NEW_UI = 'is_lasso_live_switch_to_new_ui';
31 - const IS_VISITED_WELCOME_PAGE = 'is_visited_welcome_page';
32 - const ONBOARDING_CURRENT_STEP = 'onboarding_current_step';
31 + const IS_VISITED_WELCOME_PAGE = 'is_visited_welcome_page';
33 32 const RESET_WELCOME_PAGE = 'reset-onboarding';
34 33 const RESET_REQUEST_REVIEW = 'reset-review';
35 34
36 35 const LIMIT_ON_PAGE = 10;
@@ -61,14 +60,12 @@
61 60
62 61 const SUPPORT_ENABLED = 'support_enabled';
63 62 const SUPPORT_ENABLED_TIME = 'support_enabled_time';
64 63 const USER_HASH = 'user_hash';
65 - const INTERCOM_JWT = 'intercom_jwt';
66 64 const IS_SUBSCRIBE = 'is_subscribe';
67 65 const EMAIL_SUPPORT = 'email_support';
68 66 const IS_PRE_POPULATED_AMAZON_API = 'is_pre_populated_amazon_api';
69 67 const CUSTOMER_FLOW_ENABLED = 'customer_flow_enabled';
70 - const SHARE_DIAGNOSTICS = 'share_diagnostics';
71 68
72 69 const SUB_PAGE_GROUP_DETAIL = 'detail';
73 70 const SUB_PAGE_GROUP_URLS = 'urls';
74 71 const SUB_PAGE_GROUP_ADD = 'add';