
Bouquet festif – édition « Bal en blanc »
SELECT wp_posts.ID
FROM wp_posts JOIN wp_icl_translations wpml_translations
ON wp_posts.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type)
WHERE 1=1 AND wp_posts.post_parent = 90519 AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish')) AND ( ( ( wpml_translations.language_code = 'fr' OR (
wpml_translations.language_code = 'en'
AND wp_posts.post_type IN ( 'custom_css','customize_changeset','oembed_cache','user_request','e-landing-page','elementor_library','elementskit_content','acf-field-group' )
AND ( (
( SELECT COUNT(element_id)
FROM wp_icl_translations
WHERE trid = wpml_translations.trid
AND language_code = 'fr'
) = 0
) OR (
( SELECT COUNT(element_id)
FROM wp_icl_translations t2
JOIN wp_posts p ON p.id = t2.element_id
WHERE t2.trid = wpml_translations.trid
AND t2.language_code = 'fr'
AND (
p.post_status = 'publish' OR p.post_status = 'private' OR
( p.post_type='attachment' AND p.post_status = 'inherit' )
)
) = 0 ) )
) ) AND wp_posts.post_type IN ('post','page','attachment','custom_css','customize_changeset','oembed_cache','user_request','wp_block','wp_template','wp_template_part','wp_navigation','e-landing-page','elementor_library','elementskit_content','elementskit_template','acf-field-group','product','product_variation' ) ) OR wp_posts.post_type NOT IN ('post','page','attachment','custom_css','customize_changeset','oembed_cache','user_request','wp_block','wp_template','wp_template_part','wp_navigation','e-landing-page','elementor_library','elementskit_content','elementskit_template','acf-field-group','product','product_variation' ) )
ORDER BY wp_posts.post_date DESC