carhop__dynamiques-theme__P.../template-parts/revues/revue-authors.php
Nonimart a6163692fe
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Introducing revue toolbar
2025-08-21 17:19:15 +02:00

12 lines
190 B
PHP

<?php
?>
<div id="revue-authors" class="revue-authors">
<?php get_template_part('template-parts/authors/authors-list', null, array(
'postId' => get_the_ID()
)); ?>
</div>