Filter: immonex_notify_property_record

Abruf

Daten eines Immobilienobjekts für die Listenausgabe von Versandprotokoll und Benachrichtigungs-Warteschlange (Queue)

Versandprotokoll eines Immobilien-Suchauftrags im WordPress-Backend

Parameter

Name (Typ)
$property_record (array)
$property_id (int)

Rückgabewert (Beispiel)

$property_record = [
    'property_id' => 4711,
    'obid'        => 'OBID-123',
    'ext_id'      => '815',
    'title'       => 'Helles Reihenhaus in bester Lage',
    'url'         => 'https://immobilienmakler-website.de/immobilien/helles-reihenhaus-in-bester-lage/',
];

Code-Beispiel

/**
 * [immonex Notify] Filter: Daten des Objekts 4711 für die Listenausgabe abrufen.
 */
$property_list_item = apply_filters( 'immonex_notify_property_record', [], 4711 );