TEST FIX
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-25 16:38:09 +01:00
parent 22b1c7e76f
commit 361950e14b

View File

@ -4,6 +4,8 @@ $componentTitle = 'Auteur·e·s de l\'article';
$authors = get_field('authors', $postId);
?>
<p>.. <?php echo $postId; ?></p>
<p>.. <?php echo var_dump($authors); ?></p>
<section class="authors-list">
<h3 class="authors-list__title"><?php echo $componentTitle; ?></h3>