Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Disable MemberPress Protection On Multiple Specified Pages
This snippet allows disabling the MemberPress protection (unprotect) on multiple specified pages. The code snippets overrides the MemberPress content protection rules, based on the page slugs and IDs.
The sample code will remove the protection on pages with specified slugs (slug1 and slug2), and also the page with spcofoed IDs (123 and 456).
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments