shell bypass 403
<?php
/**
* Template part for displaying the header Mobile HTML Modual
*
* @package thebase
*/
namespace TheBase;
?>
<div class="site-header-item site-header-focus-item" data-section="thebase_customizer_mobile_html">
<?php
/**
* TheBase Mobile Header HTML
*
* Hooked TheBase\mobile_html
*/
do_action( 'thebase_mobile_html' );
?>
</div><!-- data-section="mobile_html" -->