Re: Link Profile Field Type
Guys, I removed an ‘s’ from this line and it made the URLs work
if ( preg_match( ‘@(https?
/([-\w\.]+)+(
d+)?(/([\w/_\.]*(\?\S+)?)?)?)@’, $value ) ) {
to
if ( preg_match( ‘@(http?
/([-\w\.]+)+(
d+)?(/([\w/_\.]*(\?\S+)?)?)?)@’, $value ) ) {