disqus / disqus-wordpress-plugin

WordPress plugin for Disqus (Latest version)
https://disqus.com/
34 stars 25 forks source link

Comments showing sync date instead of creation date in wordpress admin #85

Closed hlgott1593 closed 3 years ago

hlgott1593 commented 3 years ago

Seeing that the date reflected in wordpress admin is showing comment_date rather than what we are setting comment_date_gmt. When comment_date is not passed the current datetime is used instead. It is recommended in the docs when setting comment_date manually to also set comment_date_gmt which we have been doing. https://developer.wordpress.org/reference/functions/wp_insert_comment/

Confirmed locally and in the admin that our comment created_at datetime is being set for both fields.

Screen Shot 2020-12-15 at 11 51 34 AM Screen Shot 2020-12-15 at 11 38 44 AM Screen Shot 2020-12-15 at 11 38 33 AM