<?php /** * The footer for the bizcor theme. * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Bizcor * * @since Bizcor 0.1 */ ?> </div><!-- .bizcor-content --> <?php do_action( 'bizcor_footer' ); wp_footer(); ?> </body> </html>