return ‘Vandaag: ‘ . strftime(‘%A %e %B’, time()) . ‘
Bezorging op: ‘ . strftime(‘%A %e %B’, $now->getTimestamp());

echo do_shortcode(‘Levering op: vrijdag 4 juli‘);