Trying to get property ‘ID’ of non-object
-
On facebook-for-woocommerce/facebook-commerce-events-tracker.php on line 189
Our log is full of this error….
Patched with:
$products = array_values( array_map( function( $item ) { if ( !is_object( $item ) ) { return; } return wc_get_product( $item->ID ); }, $wp_query->posts ) );
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Trying to get property ‘ID’ of non-object’ is closed to new replies.