Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Remove the “Pause” Link for Subscriptions on the Account Page
The code will hide the Pause link for user subscriptions on the User account page (Account > Subscriptions tab). The link will be removed only on subscriptions for specific memberships marked in the code.
The code needs to be adjusted by changing the dummy membership ID of 48 within the code with the ID of the user's membership(s). The code needs to be adjusted by changing the membership ID on the following line:
if ( '48' == $sub->product_id ) {
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
Comments