| @@ -15,9 +15,26 @@ | ||
| 15 | 15 | * Shortcode |
| 16 | 16 | */ |
| 17 | 17 | class Shortcode { |
| 18 | 18 | |
| 19 | - const LASSO_PRO_POST_TYPE = 'lasso-urls'; | |
| 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 | + ); | |
| 20 | 37 | |
| 21 | 38 | /** |
| 22 | 39 | * Lasso Display Boxes |
| 23 | 40 | * |