Query Args:
Array
(
[posts_per_page] => 10
[post_type] => casino
[post__in] => Array
(
[0] => 6344
[1] => 7549
)
[orderby] => post__in
[meta_query] => Array
(
[0] => Array
(
[key] => is_closed
[compare] => NOT EXISTS
)
)
)
Found Posts: 2
SQL Query: SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id AND wp_postmeta.meta_key = 'is_closed' )
WHERE 1=1 AND wp_posts.ID IN (6344,7549) AND (
wp_postmeta.post_id IS NULL
) AND ((wp_posts.post_type = 'casino' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled')))
GROUP BY wp_posts.ID
ORDER BY FIELD(wp_posts.ID,6344,7549)
LIMIT 0, 10