Log 1887
22/07/2023 2023-07-22 21:23// Define the placeholder value for #מוצרים#
$products = #מוצרים#;
// Explode the products string into an array of values
$productArray = explode(“,”, $products);
// Loop through each product and return its value
foreach ($productArray as $product) {
return trim($product) . “
“;
}