<?php $base_image_array = [ ["product_image_one" => ""], ["product_image_two" => ""], ["product_image_three" => ""], ["product_image_four" => ""] ]; $db_product_images = [ ["product_image_one" => "../wp-content/themes/dosco/images/products_images/355_product_image_one.jpg"], ]; var_export(array_replace(...$base_image_array, ...$db_product_images));
You have javascript disabled. You will not be able to edit any code.