REFACTOR Introducing cleaner template part component

This commit is contained in:
Antoine M 2025-06-10 14:58:18 +02:00
parent 8c97b788ce
commit 11ead48ff0

View File

@ -0,0 +1,5 @@
<!-- #### EXPLORE TAGS #### -->
<?php
$block_content = '<!-- wp:dynamiques-blocks/explore-tags /-->';
echo do_blocks($block_content);
?>