Update on off settings

This commit is contained in:
Hoang Huu
2019-10-03 10:13:19 +07:00
parent a11080d387
commit 33eca3ef75
16 changed files with 20 additions and 71 deletions

View File

@@ -106,7 +106,7 @@ $id = time();
</div><!-- .entry-content -->
<?php
if ( opalestate_get_option( 'enable_agent_reviews' ) ) {
if ( opalestate_agent_reviews_enabled() ) {
comments_template();
}
?>