File: /var/www/html/wpkoopkj/wp-content/themes/ohio/footer.php
<?php
/**
* Ohio WordPress Theme
*
* Error 404 page template
*
* @author Colabrio
* @link https://ohio.clbthemes.com
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// Get theme options
$search_position = OhioOptions::get( 'page_header_search_position', 'standard' );
$header_type = OhioOptions::get( 'page_header_menu_style', 'style1' );
$wrapper_boxed = OhioOptions::get( 'page_use_boxed_wrapper', false );
$show_footer = !OhioHelper::is_optimized_flow( 'footer' ) && !OhioSettings::is_coming_soon_page();
?>
</div>
<?php if ( $show_footer ): ?>
<?php get_template_part( 'parts/elements/footer' ); ?>
<?php endif; ?>
</div>
<?php get_template_part('parts/elements/notification'); ?>
<?php if ( $header_type == 'style6' ) : ?>
</div>
<?php endif; ?>
<?php if ( $wrapper_boxed ) : ?>
</div>
<?php endif; ?>
<?php get_template_part( 'parts/elements/popup' );?>
<?php if ( $search_position == 'fixed' ) : ?>
<?php get_template_part( 'parts/elements/search' );?>
<?php endif; ?>
<?php
// Some dynamic code place: popups, client JS, snippets...
OhioLayout::get_footer_buffer_content( true );
//OhioBuffer::stop_content_bufferization();
OhioHelper::calculate_custom_fonts_inline();
OhioLayout::show_shortcodes_inline_css(); // Include collected dynamic CSS to head
//OhioBuffer::get_content_buffer(); // Return the rest of page code
wp_footer();
do_action( 'ohio_additional_page_layout', 10, 0 );
?>
</body>
</html>