Array ( [join] => INNER JOIN wptt_postmeta ON ( wptt_posts.ID = wptt_postmeta.post_id ) [where] => AND ( ( wptt_postmeta.meta_key = '_placeholder_' AND wptt_postmeta.meta_value LIKE '{28c1b3504e7f7ef2b688a287d8a548531d1a103ec8717fa927792b378e7e29d3}\\_placeholder\\_{28c1b3504e7f7ef2b688a287d8a548531d1a103ec8717fa927792b378e7e29d3}' ) ) ) Array ( [join] => INNER JOIN wptt_postmeta ON ( wptt_posts.ID = wptt_postmeta.post_id ) [where] => AND ( ( wptt_postmeta.meta_key = '_placeholder_' AND wptt_postmeta.meta_value LIKE '{28c1b3504e7f7ef2b688a287d8a548531d1a103ec8717fa927792b378e7e29d3}\\_placeholder\\_{28c1b3504e7f7ef2b688a287d8a548531d1a103ec8717fa927792b378e7e29d3}' ) ) )









SELECT SQL_CALC_FOUND_ROWS  wptt_posts.*
					 FROM wptt_posts  INNER JOIN wptt_postmeta ON ( wptt_posts.ID = wptt_postmeta.post_id )
					 WHERE 1=1  AND ( 
  ( wptt_postmeta.meta_key = '_placeholder_' AND wptt_postmeta.meta_value LIKE '{28c1b3504e7f7ef2b688a287d8a548531d1a103ec8717fa927792b378e7e29d3}\\_placeholder\\_{28c1b3504e7f7ef2b688a287d8a548531d1a103ec8717fa927792b378e7e29d3}' )
) AND ((wptt_posts.post_type = 'artist' AND (wptt_posts.post_status = 'publish' OR wptt_posts.post_status = 'acf-disabled')))
					 GROUP BY wptt_posts.ID
					 ORDER BY wptt_posts.post_date DESC
					 LIMIT 0, 10000Array
(
)