Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // force ACF to take timezone into account when returning date and datetime values
- add_filter('date_i18n', function ($date, $format, $timestamp, $gmt) {
- return wp_date($format, $timestamp);
- }, 99, 4);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement