Warning: preg_match(): Unknown modifier 'p'
-
Warning: preg_match(): Unknown modifier ‘p’ in /Users/dbushaw/Sites/trivista/wp-content/plugins/rewrite-rules-inspector/rewrite-rules-inspector.php on line 165
To fix: Change the following on line 165:
preg_match( “!^$rule!”, $match_path )
To:
preg_match( “#^$rule#”, $match_path )
Source: https://stackoverflow.com/questions/17394677/php-regex-unknown-modifier-p
https://www.ads-software.com/plugins/rewrite-rules-inspector/
- The topic ‘Warning: preg_match(): Unknown modifier 'p'’ is closed to new replies.