Paid Memberships Pro sync with groups

Is there a way that the wordpress discourse plugin can sync the users memberships level (aka trustlevel) ?
So if they pay for a premium membership that this plugin also sync this ?
Thanks for your help.

Yep, this is definitely possible, requires just a small amount of custom code. Each membership plugin works slightly differently but essentially you just need to hook into the WordPress actions that fire when a membership is created / edited, and have it fire the built in WP Discourse functions to add or remove members from a group. See here for details and example code:

5 Likes