Back

add Http Link

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

function addHttpLink($url, $scheme = 'http://') { return parse_url($url, PHP_URL_SCHEME) === null ? $scheme . $url : $url; }