<?php
$post_id = get_the_id();
// echo print_r(get_vehicle_gallery_images());
$image_urls = get_post_meta($post_id, 'pictures', true);
if (is_string($image_urls)) {
$images = explode(',', $image_urls);
} elseif (is_array($image_urls)) {
$images = $image_urls;
} else {
$images = [];
}
if (!empty($images)): ?>
<div class="vehicle-gallery">
<?php foreach ($images as $index => $img_url): ?>
<a href="<?php echo esc_url(trim($img_url)); ?>" class="glightbox" data-gallery="vehicle-gallery">
<?php if ($index === 0): ?>
<img src="<?php echo esc_url(trim($img_url)); ?>" alt="Vehicle Image" class="gallery-main-image" />
<?php else: ?>
<img src="<?php echo esc_url(trim($img_url)); ?>" alt="Gallery Thumb" class="gallery-thumb" />
<?php endif; ?>
</a>
<?php endforeach; ?>
</div>
<?php endif; ?>
document.addEventListener('DOMContentLoaded', function () {
new Swiper('.vehicle-gallery', {
slidesPerView: 5,
spaceBetween: 10,
loop: true,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
breakpoints: {
768: {
slidesPerView: 3,
},
480: {
slidesPerView: 2,
}
}
});
});
HAVAL H6 (2024)
HAVAL 1.5T DHT ULTRA LUXURY HYBRID
R 439 950
Range:
H6
Year:
2024
Mileage:
28 500km
Colour:
Hamilton White
Transmission:
AUTOMATIC
Fuel:
UNLEADED
Vehicle ID:
29513918
Additional Information:
Available from NMI GWM Umhlanga
<?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");
}
}
?>Call Now
Available from uMhlanga
NMI GWM uMhlanga, 2 Canegate Road, Somerset Park, uMhlanga, South Africa
Similar Listings
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_6.jpg
HAVAL
H6
(2023)
HAVAL 2.0T GT SUPER LUXURY 4WD DCT
Array
(
[vehicleid] => Array
(
[0] => 29513925
)
[dumpdate] => Array
(
[0] => 2026-08-17T00:27:28.88
)
[mmcode] => Array
(
[0] => 24635300
)
[molstockbooknumber] => Array
(
[0] => TOL10000_U25708
)
[stockbooknumber] => Array
(
[0] => U25708
)
[vinnumber] => Array
(
[0] => LGWFF6A52PH924996
)
[regnumber] => Array
(
[0] => CG77XNZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => HAVAL
)
[vehiclerange] => Array
(
[0] => H6
)
[vehiclemodel] => Array
(
[0] => 2.0T GT SUPER LUXURY 4WD DCT
)
[vehicleyear] => Array
(
[0] => 2023
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Grey
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 67316
)
[servicehistory] => Array
(
[0] => None
)
[comments] => Array
(
[0] => Unleash Adventure with this Exceptional SUV
Discover a world of possibilities with this stunning vehicle, designed for those who appreciate performance and style. With just 67 316 kilometres on the clock, this pre-owned gem promises reliability and excitement for your journey. Experience the perfect blend of practicality and sophistication, ensuring every drive is memorable.
Our commitment to customer satisfaction shines through. We offer a HOLDING DEPOSIT policy to secure your dream vehicle, ensuring peace of mind as you navigate your purchase. Our friendly and professional sales team is here to assist you with any questions, making your buying experience smooth and enjoyable.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
- Low mileage of 67 316 kilometres
- Exceptional performance and style
- HOLDING DEPOSIT policy available
- All trade-ins welcome
- Finance options can be arranged
- Nationwide delivery at an agreed price
At NMI, we prioritise your confidence and satisfaction in every transaction. Trust us to provide a seamless experience as you drive away in your next vehicle.
)
[price] => Array
(
[0] => 359950
)
[dealershipid] => Array
(
[0] => 73
)
[molnumber] => Array
(
[0] => TOL10000
)
[dealershipname] => Array
(
[0] => NMI GWM Umhlanga
)
[pictures] => Array
(
[0] => a:6:{i:0;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_1.jpg";i:1;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_2.jpg";i:2;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_3.jpg";i:3;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_4.jpg";i:4;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_5.jpg";i:5;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25708_6.jpg";}
)
)
1
LGWFF6A52PH924996
LGWFF6A52PH924996
Colour: Grey
TOL10000
29513925
29513925
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_16.jpg
HAVAL
H6
(2024)
HAVAL 2.0T SUPER LUXURY 4WD DCT
Array
(
[vehicleid] => Array
(
[0] => 29513928
)
[dumpdate] => Array
(
[0] => 2026-08-17T00:27:28.88
)
[mmcode] => Array
(
[0] => 24635250
)
[molstockbooknumber] => Array
(
[0] => TOL10000_U25725
)
[stockbooknumber] => Array
(
[0] => U25725
)
[vinnumber] => Array
(
[0] => LGWFF6A51RH954459
)
[regnumber] => Array
(
[0] => BX96WXZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => HAVAL
)
[vehiclerange] => Array
(
[0] => H6
)
[vehiclemodel] => Array
(
[0] => 2.0T SUPER LUXURY 4WD DCT
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Red
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 36000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Experience comfort and innovation with this exceptional pre-owned vehicle. With just 36 000 kilometres on the clock, it offers modern features designed for a seamless driving experience. Don’t miss the chance to own this vehicle that combines style and functionality.
Equipped with a panoramic sunroof, 360-degree camera, and heads-up display, this vehicle ensures a safe and enjoyable journey. Enjoy wireless charging and stay connected with Android Auto and Apple Car Play. With lane assist and rear parking distance control, you’ll navigate with ease.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Panoramic sunroof
- 360-degree camera
- Heads-up display
- Rear parking distance control
- Lane assist
- Wireless charging
- Android Auto and Apple Car Play
Buy with confidence through NMI, where we prioritise your peace of mind. Trade-ins are welcome, and finance can be arranged to suit your needs. Nationwide delivery is available at an agreed price. For further details on our holding deposit policy, please consult our knowledgeable Sales Executives.
)
[price] => Array
(
[0] => 359950
)
[dealershipid] => Array
(
[0] => 73
)
[molnumber] => Array
(
[0] => TOL10000
)
[dealershipname] => Array
(
[0] => NMI GWM Umhlanga
)
[pictures] => Array
(
[0] => a:16:{i:0;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_1.jpg";i:1;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_2.jpg";i:2;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_3.jpg";i:3;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_4.jpg";i:4;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_5.jpg";i:5;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_6.jpg";i:6;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_7.jpg";i:7;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_8.jpg";i:8;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_9.jpg";i:9;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_10.jpg";i:10;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_11.jpg";i:11;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_12.jpg";i:12;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_13.jpg";i:13;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_14.jpg";i:14;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_15.jpg";i:15;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_16.jpg";}
)
)
1
LGWFF6A51RH954459
LGWFF6A51RH954459
Colour: Red
TOL10000
29513928
29513928
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_13.jpg
HAVAL
H6
(2024)
HAVAL 2.0T PREMIUM 2WD DCT
Array
(
[vehicleid] => Array
(
[0] => 29512949
)
[dumpdate] => Array
(
[0] => 2026-08-17T00:22:57.053
)
[mmcode] => Array
(
[0] => 24635221
)
[molstockbooknumber] => Array
(
[0] => TOL10000_U25800
)
[stockbooknumber] => Array
(
[0] => U25800
)
[vinnumber] => Array
(
[0] => LGWEF6A59NH943800
)
[regnumber] => Array
(
[0] => BF67RJZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => HAVAL
)
[vehiclerange] => Array
(
[0] => H6
)
[vehiclemodel] => Array
(
[0] => 2.0T PREMIUM 2WD DCT
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => White
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 45700
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Opportunity Awaits
Discover a remarkable used vehicle that combines style, comfort and reliability. With only 45 700 kilometres on the clock, this model promises a dependable driving experience. Our commitment to quality ensures that you can purchase with confidence and peace of mind.
Don’t miss out on this chance to own a fantastic vehicle. We welcome trade-ins and can arrange finance to suit your needs. Nationwide delivery is available at an agreed price. To avoid disappointment, please inquire about our HOLDING DEPOSIT policy.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
- Mileage: 45 700 kilometres
- Quality assurance for peace of mind
- Trade-ins welcome
- Finance options available
- Nationwide delivery at an agreed price
- Speak to our knowledgeable Sales Executives for details
Trust NMI for your next pre-owned vehicle purchase. Experience our professional service and dedication to customer satisfaction today.
)
[price] => Array
(
[0] => 379900.0045
)
[dealershipid] => Array
(
[0] => 73
)
[molnumber] => Array
(
[0] => TOL10000
)
[dealershipname] => Array
(
[0] => NMI GWM Umhlanga
)
[pictures] => Array
(
[0] => a:13:{i:0;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_1.jpg";i:1;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_2.jpg";i:2;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_3.jpg";i:3;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_4.jpg";i:4;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_5.jpg";i:5;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_6.jpg";i:6;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_7.jpg";i:7;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_8.jpg";i:8;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_9.jpg";i:9;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_10.jpg";i:10;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_11.jpg";i:11;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_12.jpg";i:12;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25800_13.jpg";}
)
)
1
LGWEF6A59NH943800
LGWEF6A59NH943800
Colour: White
TOL10000
29512949
29512949
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_9.jpg
HAVAL
H6
(2024)
HAVAL 1.5T DHT ULTRA LUXURY HYBRID
Array
(
[vehicleid] => Array
(
[0] => 29512942
)
[dumpdate] => Array
(
[0] => 2026-08-17T00:22:57.053
)
[mmcode] => Array
(
[0] => 24635185
)
[molstockbooknumber] => Array
(
[0] => TOL10000_U25690
)
[stockbooknumber] => Array
(
[0] => U25690
)
[vinnumber] => Array
(
[0] => LGWEFUA58PH922962
)
[regnumber] => Array
(
[0] => BK45VWZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => HAVAL
)
[vehiclerange] => Array
(
[0] => H6
)
[vehiclemodel] => Array
(
[0] => 1.5T DHT ULTRA LUXURY HYBRID
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Hamilton White
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 45600
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Experience luxury and safety with this exceptional pre-owned vehicle. Equipped with cutting-edge technology and comfort features, it's designed to elevate your driving experience. With 45 600 kilometres, it promises reliability and performance for years to come.
This vehicle combines style and functionality, featuring a panoramic sunroof for a bright cabin and a 360 camera for effortless parking. Safety is paramount with lane assist and blind spot detection. Enjoy modern conveniences like a heads-up display, wireless charging, heated seats, and seamless connectivity with Android Auto and Apple CarPlay.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Panoramic Sunroof
- 360 Camera for enhanced parking
- Lane Assist for safer driving
- Blind Spot Detection for added security
- Heads-Up Display for real-time information
- Wireless Charging for your devices
- Heated Seats for comfort
- Apple CarPlay and Android Auto for connectivity
Buy your next pre-owned vehicle with confidence and peace of mind. NMI is dedicated to providing you with a trustworthy experience. All trade-ins are welcome, and finance can be arranged. Enjoy nationwide delivery at an agreed price.
)
[price] => Array
(
[0] => 389950.004
)
[dealershipid] => Array
(
[0] => 73
)
[molnumber] => Array
(
[0] => TOL10000
)
[dealershipname] => Array
(
[0] => NMI GWM Umhlanga
)
[pictures] => Array
(
[0] => a:9:{i:0;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_1.jpg";i:1;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_2.jpg";i:2;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_3.jpg";i:3;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_4.jpg";i:4;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_5.jpg";i:5;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_6.jpg";i:6;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_7.jpg";i:7;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_8.jpg";i:8;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25690_9.jpg";}
)
)
1
LGWEFUA58PH922962
LGWEFUA58PH922962
Colour: Hamilton White
TOL10000
29512942
29512942
<?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");
}
}
?>














