PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / 3.3.2
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar v3.3.2
3.3.2 3.3.1 3.3.0 3.2.14 3.2.13 3.2.12 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 trunk 0.2.5.5 0.2.5.6 0.2.5.7 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 All 157 releases
← All changes | includes/Types/Conversions.php +1 -1 3.2.143.3.2 View file →
@@ -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 }