| @@ -15,26 +15,9 @@ | ||
| 15 | 15 | * Shortcode |
| 16 | 16 | */ |
| 17 | 17 | class Shortcode { |
| 18 | 18 | |
| 19 | - const LASSO_PRO_POST_TYPE = 'lasso-urls'; | |
| 20 | - const AAWP_SUPPORT_FIELDS_VALUE = array( | |
| 21 | - 'title', | |
| 22 | - 'image', | |
| 23 | - 'thumb', | |
| 24 | - 'button', | |
| 25 | - 'price', | |
| 26 | - 'list_price', | |
| 27 | - 'amount_saved', | |
| 28 | - 'percentage_saved', | |
| 29 | - 'rating', | |
| 30 | - 'star_rating', | |
| 31 | - 'description', | |
| 32 | - 'reviews', | |
| 33 | - 'url', | |
| 34 | - 'link', | |
| 35 | - 'last_update', | |
| 36 | - ); | |
| 19 | + const LASSO_PRO_POST_TYPE = 'lasso-urls'; | |
| 37 | 20 | |
| 38 | 21 | /** |
| 39 | 22 | * Lasso Display Boxes |
| 40 | 23 | * |