diff --git a/includes/post-conseils.php b/includes/post-conseils.php index 969f5cb..e2a793c 100644 --- a/includes/post-conseils.php +++ b/includes/post-conseils.php @@ -20,8 +20,4 @@ function flex_FeaturedImageSetByACF() add_post_meta($post->ID, '_thumbnail_id', $thematique_picture['ID']); }; - - if ($post->post_type === 'page') { - write_log("un page mon ami"); - }; }