Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Link Profile Field Type


psfk
Participant

@psfk

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 ) ) {

Skip to toolbar