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

Use the WordPress install's database prefix with the capabilities field. Thanks to WordPress user @dhartendorp for the report. #501

Closed jonathanstegall closed 1 year ago

jonathanstegall commented 1 year ago

What does this Pull Request do?

This fixes #500 by using $this->wpdb->prefix . 'capabilities' instead of wp_capabilities.

How do I test this Pull Request?