//HEADER DESKTOP function header_desktop() { $template = 13844; echo '<div class="container">'.do_shortcode( '[wpex_template id="' . $template…
TOTAL Theme: Add content before mobile menu
add_action( 'wpex_hook_site_logo_inner', function() { ?>
EXAMPLE CONTENT
<?php } );
