header-style-elementor.php (358B)
1 <header> 2 <?php 3 $header_widget_elementor = welbim_get_options('header_widget_elementor'); 4 if (class_exists('\\Elementor\\Plugin')) { 5 $pluginElementor = \Elementor\Plugin::instance(); 6 $welbim_all_ssave_elements = $pluginElementor->frontend->get_builder_content($header_widget_elementor); 7 echo do_shortcode($welbim_all_ssave_elements); 8 } 9 ?> 10 </header>