Plugin Directory

Changeset 2999338


Ignore:
Timestamp:
11/21/2023 06:23:12 AM (2 years ago)
Author:
kamilkhan
Message:

2.0.2version 2.0.2

Location:
linkmydeals/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • linkmydeals/trunk/linkmydeals.php

    r2984290 r2999338  
    33/**
    44 * @package LinkMyDeals
    5  * @version 2.0.1
     5 * @version 2.0.2
    66 */
    77
     
    1111 * Author URI: https://linkmydeals.com/
    1212 * 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.1
     13 * Version: 2.0.2
    1414 * Author: LinkMyDeals Team
    1515 **/
  • linkmydeals/trunk/pull-feed.php

    r2984290 r2999338  
    21562156                if(!$store_term){
    21572157                    $result = wp_insert_term($coupon->store, $config['store']);
    2158                     $store_id = $result['term_Id'];
     2158                    $store_id = $result['term_id'];
    21592159                }else{
    21602160                    $store_id = $store_term->term_id;
     
    22752275                if(!$store_term){
    22762276                    $result = wp_insert_term($coupon->store, $config['store']);
    2277                     $store_id = $result['term_Id'];
     2277                    $store_id = $result['term_id'];
    22782278                }else{
    22792279                    $store_id = $store_term->term_id;
Note: See TracChangeset for help on using the changeset viewer.