Filter Plugin for set of posts
-
I’m trying to create a plugin filter for ALL posts that start with /member- to make several plugins inactive.
The filter I have setup is:
https://mywebsite.com/member-*
But the URL structure is like this:
https://mywebsite.com/member-recipe-blackend-chicken-surprise
If I put in the entire URL, it works, but I need to block all URls that start with member- and I’m not sure of the syntax.
I tried the following:
https://mywebsite.com/member-*
https://mywebsite.com/member-*/
https://mywebsite.com/member-*-*-*-*
https://mywebsite.com/member-*-*-*-*/And none of them are working. Any help would be greatly appreciated pn how to get this working properly.
The topic ‘Filter Plugin for set of posts’ is closed to new replies.