From e5e9dd46b39760fdb45d87ba5c6c690b1e2d4741 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 24 Jan 2024 15:35:48 +0100 Subject: [PATCH] removing unecessary write log --- includes/post-conseils.php | 4 ---- 1 file changed, 4 deletions(-) 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"); - }; }