removing unecessary write log

This commit is contained in:
Antoine M 2024-01-24 15:35:48 +01:00
parent fc43542c2a
commit e5e9dd46b3

View File

@ -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");
};
}