Array
(
[data_type] => array
[data] => Array
(
[fields] =>
SELECT DISTINCT ID FROM wp_posts p
[join] => LEFT JOIN ( SELECT object_id FROM wp_term_relationships WHERE term_taxonomy_id IN ( 8 ) ) AS exclude_join ON exclude_join.object_id = p.ID INNER JOIN ( SELECT object_id FROM wp_term_relationships INNER JOIN wp_term_taxonomy using( term_taxonomy_id ) WHERE term_id IN ( 55 ) ) AS include_join ON include_join.object_id = p.ID
[where] =>
WHERE 1=1
AND p.post_status = 'publish'
AND p.post_type = 'product'
AND exclude_join.object_id IS NULL AND p.ID NOT IN ( 0,2605 )
[limits] =>
LIMIT 24
)
[template] => /nas/content/live/ambroseequip/wp-content/plugins/woocommerce/templates/single-product.php
)