Removing a Membership Level

Hello.

I’m currently using s2member (Pro). How do I remove a membership level? For example, from 10 Membership Levels, I only need 5 Membership Levels. How do I delete the other 5.

While at it, may I also know how do I arrange the Membership Level numbers?

Why do you need to remove the unused membership levels? What do you mean by “arrange the Membership Level numbers”? The only place that I can think of that the membership level numbers are shown is in the s2Member settings. If you don’t need them just don’t use them.

It’s just easier to manage with Roles and Permissions if the unused membership levels are not visible. I wonder if there is a way to do that.

1 Like

Try adding this line to the top of your wp-config.php:

define("MEMBERSHIP_LEVELS", 2);

1 Like

What Pat said. Jason uses that trick in a video, can’t remember which one, though.

Just make sure that you add that line after the <?php.

:slight_smile:

1 Like