REFACTOR remove unecessayr write_log
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-21 17:32:17 +02:00
parent 1fcaf322a0
commit b23ef366ce

View File

@ -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);
?>