PluginProbe
Lasso Lite – Affiliate Link Manager & Product Displays / 158
Lasso Lite – Affiliate Link Manager & Product Displays v158
158 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 All 57 releases
← All changes | classes/class-setting-enum.php +4 -0 110158 View file →
@@ -19,8 +19,11 @@
19 19 const AAWP_SLUG = 'aawp';
20 20 const EASYAZON_SLUG = 'easyazon';
21 21 const EASY_AFFILIATE_LINK_SLUG = 'easy_affiliate_link';
22 22 const AMA_LINKS_PRO_SLUG = 'amalinkspro';
23 + const LASSO_PRO_SLUG = 'lasso-urls';
24 + const RECREATE_TABLE_TIME = 'recreate_table_time';
25 + const NEXT_TIME_RECREATE_TABLE = 'next_time_recreate_table';
23 26
24 27 const SUPPORT_IMPORT_PLUGINS = array(
25 28 self::PRETTY_LINK_SLUG => 'Pretty Links',
26 29 self::THIRSTYLINK_SLUG => 'Thirsty Affiliates',
@@ -29,6 +32,7 @@
29 32 self::AAWP_SLUG => 'AAWP',
30 33 self::EASYAZON_SLUG => 'EasyAzon',
31 34 self::EASY_AFFILIATE_LINK_SLUG => 'Easy Affiliate Links',
32 35 self::AMA_LINKS_PRO_SLUG => 'AmaLinks Pro',
36 + self::LASSO_PRO_SLUG => 'Lasso Pro',
33 37 );
34 38 }