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

define( 'MWP_BOT_PAGE_VERIFY', [
   'events/tag/dag'
] );

Leave a Comment