Hi Temyk,
Thank you for taking the time to troubleshoot this. I see! When you use "Don't load plugin assets", the assets are not loaded. I used the "Don't load plugin" option and thought that it would remove both the plugin AND the assets but this was not the case for regular expressions. On...
Hello,
I am trying to use the regular expression for a URL like http://www.domain.com/members/username/ but have no success even though it tests right at Regex101 - online regex editor and debugger
One of many I have tried is members(\/(.*))$
Is it not working or am I doing something wrong?