five-for-the-future/themes/wporg-5ftf/footer.php
2023-11-03 17:26:09 -07:00

13 lines
215 B
PHP

<?php
namespace WordPressDotOrg\FiveForTheFuture\Theme;
?>
</div><!-- #content -->
<?php
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
echo do_blocks( '<!-- wp:wporg/global-footer /-->' );