Stefan Kalscheuer fa936d3f54
Some checks failed
continuous-integration/drone/push Build is failing
fix date rendering in API callback
THe callback function gets a prepared data array as input while
get_the_modified_date expects an ID or WP_Post object. We now use
DateTime::parse directly instead of taking another round loading the
post data.
2022-01-22 19:53:16 +01:00
..