---rufin--AAAA-1----
set @entity_id = 11622 ;
SELECT * FROM z_html_sections
WHERE (entity_id = @entity_id
or entity_id in (
select pm_clone_entity_id.meta_value
from wp_postmeta pm_clone_entity_id
where (pm_clone_entity_id.post_id = @entity_id
and pm_clone_entity_id.meta_key = 'aftk_clone_entity_id')
))
and status = 1
order by section_order asc;
array(0) {
}
---rufin--AAAA-2----