Warning: preg_match(): Unknown modifier ‘P’
-
Hi. I have this error message, displayed at the top of my page:
Warning: preg_match(): Unknown modifier ‘P’ in home/…/public_html/wp-content/plugins/blackhole-pro/inc/blackhole-helpers.php on line 131.
I entered the file, and this is the line:
if (!empty($whitelist_bots) && preg_match(“/(“. $whitelist_bots .”)/i”, $user_agent, $matches)) {
return true;
}Hi had to deactivate the plugin temporarily.
Any solution please advise. Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Warning: preg_match(): Unknown modifier ‘P’’ is closed to new replies.