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

@@ -119,7 +119,7 @@ $id = time();
</div>
<?php
if ( opalestate_get_option( 'enable_agency_reviews' ) ) {
if ( opalestate_agency_reviews_enabled() ) {
comments_template();
}
?>