| @@ -386,9 +386,9 @@ | ||
| 386 | 386 | if($settings['source'] == 'edd' || $settings['source'] == 'edd_inline'){ |
| 387 | 387 | $term = 'download_category'; |
| 388 | 388 | } |
| 389 | 389 | $product_categories = get_the_terms( $product_id, $term ); |
| 390 | - if( ! is_wp_error( $product_categories ) ) { | |
| 390 | + if( is_array( $product_categories ) ) { | |
| 391 | 391 | foreach( $product_categories as $category ) { |
| 392 | 392 | $product_category_list[] = $category->slug; |
| 393 | 393 | } |
| 394 | 394 | } |