Pre-Owned
MAZDA 1.6 DYNAMIC 4-DOOR (2018)
R 149 990
Description
Mileage
93000 km
Year
Fuel Type
UNLEADED
Exterior Colour
RED
Transmission
MANUAL
VIN
Vehicle ID
28587001
Features
Range
MAZDA3
Mileage
93 000 km
Year
2018
Colour
RED
Transmission
MANUAL
Fuel
UNLEADED
Body Type
SEDAN
Doors
4
Service History
Full
Vin No.
JM6BN22Z5J0236618
Comments
<?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");
}
}
?>











