FIX test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-07-29 14:17:47 +02:00
parent cb4e314fbd
commit ff03b6ba24

View File

@ -215,6 +215,9 @@ add_action('add_meta_boxes', function () {
function render_custom_chantier_box_content($post)
{
$artisans_id_fr = apply_filters('wpml_object_id', $post->ID, 'artisans', TRUE, 'fr');
$args = array(
'post_type' => 'chantiers',
'posts_per_page' => -1,