Two days of insight and making inspiration at the Craft Scotland conference 2018 with an amazing line-up of speakers.
if(!$speaker['isMaker']){
$disallowed = array('http://', 'https://');
foreach($disallowed as $d) {
if(strpos($speaker['portfolioUrl'], $d) === 0) {
$stripped = str_replace($d, '', $speaker['portfolioUrl']);
}
}
?>