Desarrolle su propia plantilla

Wenn Sie sich ein eigenes Template für die Immobiliendarstellung entwickeln wollen und dafür an die Immobilien Daten von WP-ImmoMakler kommen müssen, nutzen Sie bitte folgenden PHP-Code:

$property_data = new \ImmoMakler\Data\PropertyData;
if ( $property_data->show('wohnflaeche') ) {
    echo esc_html($property_data->get_label('wohnflaeche'));
    echo $property_data->get_value('wohnflaeche');
}

 

 

¿Le ha resultado útil este artículo?

Artículos relacionados

¿Tiene alguna otra pregunta?

También estaremos encantados de responder a sus preguntas de forma individual y personal.
Póngase en contacto con nosotros