footer.php 326 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * The template for displaying the footer
  4. *
  5. * Contains the closing of the #content div and all content after.
  6. *
  7. * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
  8. *
  9. * @package WordPress
  10. * @subpackage Quadrat
  11. * @since 1.0.0
  12. */
  13. ?>
  14. <?php wp_footer(); ?>
  15. </body>
  16. </html>