Update on off settings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
global $property;
|
||||
|
||||
if ( ! $property->get_block_setting( 'floor_plans' ) ) {
|
||||
if ( 'on' !== $property->get_block_setting( 'floor_plans' ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user