Jeradin / acf-website-field

Advanced Custom Fields add-on for Website URLs, allows for website URL, title and a checkbox to open externally or internally
59 stars 14 forks source link

HTTPS support #25

Closed ibuilder closed 9 years ago

ibuilder commented 10 years ago

When I enter a URL that is HTTPS, the link shows up as 'invalid'

Could you add support for

$value ='<a href="https://'.$the_url.'" '.$external.'>'.$title.'</a>';

attackant commented 10 years ago

This is coming soon!

Jeradin commented 9 years ago

So sorry for the delay, https is now easily added, the URL is not effected by the code unless http(s) is left out.