| @@ -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 | } |