REFACTOR Moving component from dynamique theme to carhop theme

This commit is contained in:
Nonimart 2026-03-20 17:13:41 +01:00
parent cd0675b0a3
commit ba4f2c4132

View File

@ -23,7 +23,7 @@ Chaque parution propose un dossier thématique nourri de contributions plurielle
<!-- #### EXPLORE TAGS #### --> <!-- #### EXPLORE TAGS #### -->
<?php <?php
$block_content = '<!-- wp:dynamiques-blocks/explore-tags /-->'; $block_content = '<!-- wp:carhop-blocks/explore-tags /-->';
echo do_blocks($block_content); echo do_blocks($block_content);
?> ?>