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

@@ -1,7 +1,7 @@
<?php
global $property;
if ( ! $property->get_block_setting( 'virtual_tour' ) ) {
if ( 'on' !== $property->get_block_setting( 'virtual_tour' ) ) {
return;
}