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
93 stars 48 forks source link

Fix a couple of deprecated warnings that appear in logs in newer php versions #535

Closed jonathanstegall closed 1 month ago

jonathanstegall commented 1 month ago

What does this Pull Request do?

In newer versions of PHP, the log entry Using ${var} in strings is deprecated appears. This fixes at least some of the places where this would happen.