footer-home.php 312 B

1234567891011
  1. <?php
  2. /**
  3. * Full footer (nav columns + social + cookie notice). The markup now lives in
  4. * parts/footer-home.html (a block template part), shared with the FSE flip; it is
  5. * rendered here for the classic theme via block_template_part().
  6. */
  7. block_template_part( 'footer-home' );
  8. wp_footer();
  9. ?>
  10. </body>
  11. </html>