Regex bot verification on any path
Use this define as array MWP_BOT_PAGE_VERIFY in wp-config ( in the custom area ) Caution: regex is very powerful, we have added ~ as start and stop in our code. Example
Use this define as array MWP_BOT_PAGE_VERIFY in wp-config ( in the custom area ) Caution: regex is very powerful, we have added ~ as start and stop in our code. Example
Create a filter for the array with regexes: spartashield_is_spam_website_regexes This will sent the array $regexes, where you can modify it and return it ( don't forget to add "return $regexes;" in your function ). Adding a new regex filter Just add a new item: Deleting an existing regex filter