| Server IP : 217.160.0.251 / Your IP : 216.73.216.41 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u94981163 ( 8991765) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/15/d754908516/htdocs/wp-content/themes/est-project/templates/property/ |
Upload File : |
<?php if ( $tabs = Es_Property_Single_Page::get_tabs() ) : ?>
<?php do_action( 'es_before_property_tabs' ); ?>
<div class="post__tabs-wrap">
<ul class="post__tabs es-single-tabs">
<?php foreach ( $tabs as $id => $label ) : ?>
<li><a href="#<?php echo $id; ?>" class="es-tab-<?php echo $id; ?>"><?php echo $label; ?></a></li>
<?php endforeach; ?>
</ul>
<?php do_action( 'es_after_property_tabs' ); ?>
</div>
<?php endif;