wp_date in custom plugin doesn’t work with activated polylang plugin
-
If I Deactivate the polylang plugin this code works just fine. The months in the date formatting is translated in the correct language. But as soon as the polylang plugin is activated the translations no longer work, the months in the dates are only written in english.
.wp_date(‘j F’, strtotime($startTime)).’ – ‘.wp_date(‘j F’, strtotime($endTime));Is there any work around for this. I still need polylang for the rest of the pages and translations on my site.
All the best! 🙂
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘wp_date in custom plugin doesn’t work with activated polylang plugin’ is closed to new replies.