Changeset 3483671
- Timestamp:
- 03/16/2026 10:00:26 AM (3 weeks ago)
- Location:
- couponapi/trunk
- Files:
-
- 2 edited
-
brandlogos-resync.php (modified) (1 diff)
-
couponapi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
couponapi/trunk/brandlogos-resync.php
r3375023 r3483671 267 267 268 268 if ($resync['store_slugs'] and !in_array($store->slug, $resync['store_slugs'])) continue; 269 270 $option_value = get_option("taxonomy_term_{$store->term_id}"); 271 if (!is_array($option_value) || empty($option_value['store_url'])){ 272 $wpdb->query("INSERT INTO `{$wpdb->prefix}couponapi_logs` (`microtime`, `msg_type`, `message`) VALUES (" . microtime(true) . ", 'debug', 'Skipping logo for store ID {$store->term_id} , Name {$store->name}') "); 273 continue; 274 } 275 $term_meta = array_merge(array('store_logo' => '', 'store_url' => ''), $option_value); 276 269 277 if($config['use_logos'] == 'if_empty') $config['use_logos'] = 'off'; 270 278 $term_meta = array_merge(array('store_logo' => '', 'store_url' => ''), get_option("taxonomy_term_{$store->term_id}")); -
couponapi/trunk/couponapi.php
r3383837 r3483671 5 5 * Plugin URI: https://couponapi.org 6 6 * Description: Automatically import Coupons & Deals from popular Affiliate Networks into your WordPress Coupon Website. 7 * Version: 6.2.1 37 * Version: 6.2.14 8 8 * Author: CouponAPI.org 9 9 * Author URI: https://couponapi.org
Note: See TracChangeset
for help on using the changeset viewer.