HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/amopropiedades.com/wp-content/themes/houzez/single-houzez_agency.php
<?php
get_header();

$agency_detail_layout = houzez_option('agency-detail-layout', 'v1');

if( isset( $_GET['single-agency-layout'] ) && $_GET['single-agency-layout'] != "" ) {
	$agency_detail_layout = esc_html($_GET['single-agency-layout']);
}

get_template_part( 'template-parts/realtors/agency/single-agency', $agency_detail_layout );

get_footer();