/** * Functions hooked in to teapoz_before_header action * */ do_action('teapoz_before_header'); if (teapoz_is_elementor_activated() && function_exists('hfe_init') && hfe_header_enabled()) { do_action('hfe_header'); } else { get_template_part('template-parts/header/header-1'); } /** * Functions hooked in to teapoz_before_content action * */ do_action('teapoz_before_content'); $col_class = is_page_template( 'template-homepage.php' ) ? 'col-fluid' : 'col-full'; $content_class = is_page_template( 'template-homepage.php' ) ? 'site-content-page' : 'site-content'; ?>

Events