<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package around */ do_action( 'around_before_footer' ); $footer = function_exists( 'around_footer_variant' ) ? around_footer_variant() : 'default'; get_template_part( 'templates/footer/footer', $footer ); do_action( 'around_after_footer' ); wp_footer(); ?></body> </html>