WordPress – How to make a condition in php – display one or another date?
How to make a condition in this construction - display one or another date? <?php foreach ($items as $k => $v): ?> <tr> <td><?= $v['number'] ?></td> <td><?= $v['date_from'] ?></td> <td><?= $v['date_till'] ?></td> <td><?= $v['dealer_title'] ?></td> <td><?= $v['producer_title'] ?><?= $v['sys_create'] ?></td>…