TOYOTA COROLLA (2021)
TOYOTA 1.8
R 209 500
Range:
COROLLA
Year:
2021
Mileage:
89 000km
Colour:
SILVER
Transmission:
MANUAL
Fuel:
UNLEADED
Vehicle ID:
28771996
Available from Barons Bruma
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>Similar Listings
TOYOTA
COROLLA
(2024)
TOYOTA 1.8 Xr
Array
(
[vehicleid] => Array
(
[0] => 28769226
)
[dumpdate] => Array
(
[0] => 2026-01-07T02:35:54.627
)
[mmcode] => Array
(
[0] => 60031350
)
[molstockbooknumber] => Array
(
[0] => MOL01443_U0071057
)
[stockbooknumber] => Array
(
[0] => U0071057
)
[vinnumber] => Array
(
[0] => AHTKFBAG800640748
)
[regnumber] => Array
(
[0] => LN33GRGP
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => TOYOTA
)
[vehiclerange] => Array
(
[0] => COROLLA
)
[vehiclemodel] => Array
(
[0] => 1.8 Xr
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => SILVER
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 9500
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => At VW MasterCars Barons Bruma we understand how important buying a vehicle is for our customers. And we go out of our way to ensure we deliver to the standards you would expect. We design a package around your budget. all prices exclude administration, delivery and licence and registration fees. Prices subject to change without prior notice. Test drives and Trade-ins welcome. Finance available through all major banks. Finance is subject to bank approvals. Optional warranty and service plans/maintenance pl
)
[price] => Array
(
[0] => 399500
)
[dealershipid] => Array
(
[0] => 11
)
[molnumber] => Array
(
[0] => MOL01443
)
[dealershipname] => Array
(
[0] => Barons Bruma
)
[pictures] => Array
(
[0] => a:1:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_u0071057_1.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AHTKFBAG800640748
)
)
1
AHTKFBAG800640748
AHTKFBAG800640748
Colour: SILVER
MOL01443
28769226
28769226
Enquire
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>






















