The plugin disables built-in advertising system on the pages with the specified URL. This may be required, for example, to comply with Google Adsense rules.
Each URL starts with a new line. You can use the * wildcard character (any characters). For example:
/calendar/* /register/* /topic/first-topic/* /topic/second-topic/?page=2
Regular expressions that must begin and end with a # character are supported. Example of regular expression for login, registration, and terms pages:
#^/(login|register|terms)/?(\?.*)?$#
What's New in Version 2.0.0
Released
- Support regular expression
- Bug fix
Support via PM