From b23ef366cea8034b749a5f95697828640036faf2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 May 2026 17:32:17 +0200 Subject: [PATCH] REFACTOR remove unecessayr write_log --- template-parts/components/posts/social-buttons.php | 1 - 1 file changed, 1 deletion(-) diff --git a/template-parts/components/posts/social-buttons.php b/template-parts/components/posts/social-buttons.php index 0d756e6..6377c1b 100644 --- a/template-parts/components/posts/social-buttons.php +++ b/template-parts/components/posts/social-buttons.php @@ -3,7 +3,6 @@ $currentPostType = get_post_type(); $shareUrls = build_share_urls(); $handleCitation = post_type_supports($currentPostType, 'carhop-citations') ?? false; $citeReference = get_field('cite_reference', get_the_ID()); -// write_log($handleCitation); ?>