1

In buddy press, I used this filter but it did not work (from here)

add_filter('pmpro_register_redirect', '__return_false');

And how to restrict ADD FRIENDS in buddypress with help of Paid Membership pro plugin?

Aliaxander
  • 2,547
  • 4
  • 20
  • 45

1 Answers1

1

Add this line to your active theme functions.php

define("PMPRO_DEFAULT_LEVEL", "1");//in place of 1 you can put your default membership level id

and you are done.

Prafulla Kumar Sahu
  • 9,321
  • 11
  • 68
  • 105