테스트 용입니다. 주문하실 수 없습니다
Array ( [post_type] => product [post_status] => publish [ignore_sticky_posts] => 1 [posts_per_page] => 100 [orderby] => post__in [meta_query] => Array ( ) [tax_query] => Array ( [0] => Array ( [taxonomy] => product_visibility [field] => term_taxonomy_id [terms] => Array ( [0] => 7 ) [operator] => NOT IN ) ) [post__in] => Array ( [0] => 12310 [1] => 17967 [2] => 9318 [3] => 7675 ) )
SELECT SQL_CALC_FOUND_ROWS swp_posts.ID FROM swp_posts WHERE 1=1 AND swp_posts.ID IN (12310,17967,9318,7675) AND (
swp_posts.ID NOT IN (
SELECT object_id
FROM swp_term_relationships
WHERE term_taxonomy_id IN (7)
)
) AND swp_posts.post_type = 'product' AND ((swp_posts.post_status = 'publish')) GROUP BY swp_posts.ID ORDER BY FIELD(swp_posts.ID,12310,17967,9318,7675) LIMIT 0, 100