HYUNDAI 1.6 EXECUTIVE AT
Stylish and Spacious SUV with Modern Features
This used SUV combines comfort and practicality, making it a smart choice for families and adventurers. Experience effortless driving with a smooth automatic gearbox and a responsive 1.6-litre engine. Enjoy a high-spec interior that feels brand new, perfect for city traffic and highways alike.
Meticulously cared for with a clear ownership history, this vehicle is loaded with features that enhance your driving experience. Finance options are available, making it easy to find a plan that suits your budget. Plus, we offer nationwide delivery for your convenience.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Automatic transmission
– Touchscreen infotainment with Bluetooth & USB
– Reverse camera and rear park distance control
– Cruise control for relaxed driving
– Air conditioning for comfort
– Alloy wheels for a stylish touch
– Remote central locking for added security
– ABS brakes for safer stopping
Trust NMI for a reliable purchase.
<?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");
}
}
?>













