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 49 forks source link

Fix undefined WP_Query method preventing prematch on attachments. #486

Closed jonathanstegall closed 2 years ago

jonathanstegall commented 2 years ago

What does this Pull Request do?

The fix from #485 should also apply to attachment prematching since attachments use WP_Query. Thanks again to @MannyAdumbire.

This also adds comments to the other match methods to specify which object is being used and what method it contains.