cPanel Version 88.0 (build 13)
Apache Version 2.4.46
PHP Version 7.2.33
MySQL Version 5.7.31
Architecture x86_64
Perl Version 5.16.3
Kernel Version 3.10.0-1127.18.2.el7.x86_64
Just experimented with this regex
if ( '/www\.|http:|https:\/\/[a-z0-9_]+([\-\.]{1}[a-z_0-9]+)*\.[_a-z]{2,5}'.'((:[0-9]{1,5})?\/.*)?$/i' $value)){
$result->invalidate( $tag, “Avoid URLs & Links” );
and got PHP Parse error: syntax error, unexpected ‘$value’ (T_VARIABLE)
Will keep digging but some help would be greatly appreciated.
]]>