MinnPost / object-sync-for-salesforce

WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
https://wordpress.org/plugins/object-sync-for-salesforce/
GNU General Public License v2.0
94 stars 51 forks source link

Replace use of `current_time()` with other methods (due to 5.3 changes) #342

Closed jonathanstegall closed 4 years ago

jonathanstegall commented 4 years ago

Is your feature request related to a problem? Please describe. In WordPress 5.3, current_time is deprecated. We use that several times in this plugin (24 times in the master branch). While this method isn't being removed yet, they hope to remove it eventually.

Describe the solution you'd like We need to replace it with the appropriate other PHP or WordPress methods. See this comment on their post, for example.