Fix search box. Tag v1.5.3

This commit is contained in:
Hoang Huu
2020-06-05 09:21:25 +07:00
parent 13bc6c7ea1
commit 47262e47ec
6 changed files with 28 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ $id = time();
<ul class="list-inline opalestate-scroll-elements">
<li><a href="#block-description" class="active"><?php esc_html_e( 'Description', 'opalestate-pro' ); ?></a></li>
<?php if ( opalestate_get_option( 'enable_agent_reviews' ) ) : ?>
<?php if ( opalestate_agent_reviews_enabled() ) : ?>
<li><a href="#reviews"><?php esc_html_e( 'Review', 'opalestate-pro' ); ?></a></li>
<?php endif; ?>