tag. */ do_action( 'brisko_footer' ); } endif; /** * brisko_after_footer */ if ( ! function_exists( 'brisko_after_footer' ) ) : function brisko_after_footer() { /** * after the closing footer tag. * wp_footer happens just before this action */ do_action( 'brisko_after_footer' ); } endif;