removing unecessary write log
This commit is contained in:
parent
fc43542c2a
commit
e5e9dd46b3
|
|
@ -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");
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user