// Add content before mobile menu
add_action( 'wpex_hook_mobile_menu_top', function() { ?>
<div>Before mobile menu</div>
<?php } );
Snippets: Add Content Above Mobile Menu
All PHP snippets should be added via a child theme's functions.php file or via the Code Snippets Plugin (or alternative plugin)