Changeset 2999338
- Timestamp:
- 11/21/2023 06:23:12 AM (2 years ago)
- Location:
- linkmydeals/trunk
- Files:
-
- 2 edited
-
linkmydeals.php (modified) (2 diffs)
-
pull-feed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linkmydeals/trunk/linkmydeals.php
r2984290 r2999338 3 3 /** 4 4 * @package LinkMyDeals 5 * @version 2.0. 15 * @version 2.0.2 6 6 */ 7 7 … … 11 11 * Author URI: https://linkmydeals.com/ 12 12 * Description: LinkMyDeals.com provides Coupon & Deal Feeds from hundreds of Online Stores. You can use this plugin to automate/upload the feeds into your Coupon Theme. 13 * Version: 2.0. 113 * Version: 2.0.2 14 14 * Author: LinkMyDeals Team 15 15 **/ -
linkmydeals/trunk/pull-feed.php
r2984290 r2999338 2156 2156 if(!$store_term){ 2157 2157 $result = wp_insert_term($coupon->store, $config['store']); 2158 $store_id = $result['term_ Id'];2158 $store_id = $result['term_id']; 2159 2159 }else{ 2160 2160 $store_id = $store_term->term_id; … … 2275 2275 if(!$store_term){ 2276 2276 $result = wp_insert_term($coupon->store, $config['store']); 2277 $store_id = $result['term_ Id'];2277 $store_id = $result['term_id']; 2278 2278 }else{ 2279 2279 $store_id = $store_term->term_id;
Note: See TracChangeset
for help on using the changeset viewer.