footer.php 480 B

1234567891011121314151617181920
  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 spice-software
  10. */
  11. if ( ! function_exists( 'spice_software_plus_activate' ) ):
  12. do_action('spice_software_footer_section_hook');
  13. else:
  14. do_action('spice_software_plus_footer_section_hook');
  15. endif;?>
  16. </div>
  17. </div>
  18. <?php wp_footer(); ?>
  19. </body>
  20. </html>