expresstechsoftware / connect-memberpress-discord-add-on

This add-on enables connecting your MemberPress enabled website to your discord server. Now you can add/remove MemberPress members directly to your discord server roles, assign roles according to your member levels, unassign roles when they expire, change role when they change membership.
GNU General Public License v2.0
4 stars 1 forks source link

fix the code #76

Closed ravisoni6262 closed 2 years ago

ravisoni6262 commented 2 years ago

We have added check for $_GET['via'], we should also put check for its value. if ($_GET['via'] && $_GET['via']=='mem-discord')

Also, on the role mapping tab, the textarea having set values using PHP variable which is not defined on the template iteslef.