REFACTOR removing unecessary write log
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-09-18 11:05:12 +02:00
parent f4c9649f70
commit 620ff09eb6

View File

@ -70,7 +70,6 @@ $likes_count = get_post_likes_count($post_id);
<div class="socials-buttons"> <div class="socials-buttons">
<?php <?php
$shareUrls = build_share_urls(); $shareUrls = build_share_urls();
write_log($shareUrls);
?> ?>
<button class="socials-buttons__button socials-buttons__button--cite" <?php echo empty($citeReference) ? 'disabled' : ''; ?> title="<?php echo empty($citeReference) ? 'Citation non disponible' : 'Copier la citation'; ?>"> <button class="socials-buttons__button socials-buttons__button--cite" <?php echo empty($citeReference) ? 'disabled' : ''; ?> title="<?php echo empty($citeReference) ? 'Citation non disponible' : 'Copier la citation'; ?>">
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-citer-article.svg" alt=""> <img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-citer-article.svg" alt="">