21 lines
389 B
PHP
Raw Normal View History

2024-01-15 08:43:49 +00:00
<?php
/**
* Template part for displaying the header Mobile HTML Modual
*
* @package kadence
*/
namespace Kadence;
?>
<div class="site-header-item site-header-focus-item" data-section="kadence_customizer_mobile_html">
<?php
/**
* Kadence Mobile Header HTML
*
* Hooked Kadence\mobile_html
*/
do_action( 'kadence_mobile_html' );
?>
</div><!-- data-section="mobile_html" -->