[PHP]remove_protocol PHP2019-09-01 public function remove_protocol($url) { return preg_replace('/^https?:\/\/[^\/]+/', '', $url); }