Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Bulk Delete All Expired Subscriptions
Running this code snippet will delete all expired and canceled subscriptions in bulk each time the WP Admin Dashboard is reloaded.
Since this process can use a lot of server resources (e.g. if there are many subscriptions), the suggested steps for using this code snippet are:
1. Add the code to your website.
2. Reload the Dashboard once.
3. Remove the code.
Repeat these steps any time when needed.
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments