// Add custom code inside main page header
add_action( 'wpex_hook_page_header_inner', function() { ?>
Your custom code here
<?php }, 40 );
// Add custom code inside main page header
add_action( 'wpex_hook_page_header_inner', function() { ?>
Your custom code here
<?php }, 40 );