Viewing 1 replies (of 1 total)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi @knurgb,

    Thank you for using Paid Memberships Pro.

    I have taken a look at the thread you mentioned and you may add the code recipe to your PMPro Customizations Plugin.

    Inside the code around lines 6-8 there is the array for the countries that are not allowed to signup.

    Here is an example to disallow users from France and Italy to signup to your level 1 membership –

    $restricted_countries = array(1 => array('FR', 'IT'));

    If you need assistance in implementing this onto your site, please feel free to post on the Member Forums over at https://www.paidmembershipspro.com

    I hope this helps ??

Viewing 1 replies (of 1 total)
  • The topic ‘restricted_countries – where to configure?’ is closed to new replies.