get_meta( 'map' ); $address = $agency->get_meta( 'address' ); $rowcls = apply_filters( 'opalestate_row_container_class', 'opal-row' ); $id = time(); ?>
>
[ 'enable' => 1, 'name' => esc_html__( 'Description', 'opalestate-pro' ) ], 'address' => [ 'enable' => 1, 'name' => esc_html__( 'Address', 'opalestate-pro' ) ], 'properties' => [ 'enable' => ! empty( $properties ), 'name' => esc_html__( 'Listing', 'opalestate-pro' ) ], 'team' => [ 'enable' => ! empty( $team ), 'name' => esc_html__( 'Team', 'opalestate-pro' ) ], ]; ?>

', '', false ) ) ); $end = 4; ?>

. ' . esc_html__( 'Location:', 'opalestate-pro' ) . ''; $output = ''; foreach ( $terms as $term ) { $output .= $term->name; } $output .= ''; echo wp_kses_post( $output ); } ?>

get_meta( 'email' ); $args = [ 'post_id' => get_the_ID(), 'id' => get_the_ID(), 'email' => $email, 'heading' => esc_html__( 'Contact Us', 'opalestate-pro' ), 'message' => sprintf( esc_html__( 'Hi %s. I saw your profile and wanted to see if you could help me.', 'opalestate-pro' ), get_the_title() ), 'type' => 'agency', ]; echo apply_filters( 'opalestate_render_contact_form', opalestate_load_template_path( 'messages/contact-form', $args ), $args ); ?>