five-for-the-future/themes/wporg-5ftf/footer.php

13 lines
215 B
PHP
Raw Normal View History

<?php
2019-10-22 20:57:04 +03:00
namespace WordPressDotOrg\FiveForTheFuture\Theme;
?>
</div><!-- #content -->
<?php
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
echo do_blocks( '<!-- wp:wporg/global-footer /-->' );