This commit is contained in:
ThemeLexus
2019-09-28 16:39:55 +07:00
parent 2195d7e04f
commit f306df84c8
106 changed files with 2720 additions and 1356 deletions

View File

@@ -1,7 +1,7 @@
<?php
global $post;
if ( ! opalestate_get_option( 'enable_single_enquire_form' ) ) {
if ( opalestate_get_option( 'enable_single_enquire_form' , 'on' ) != 'on' ) {
return;
}