Skip to content if ( ($eventlisturl = get_post_meta( $post->ID, 'https://script.google.com/macros/s/AKfycbzOcDsOGdDPtkPHhNSRUp2ppjeCtHvCjYaJzHfORdicFjtRU-Y/exec ', true ) )) {
$eventlistoutput = file_get_contents( $eventlisturl );$search = array( "$location", "$url" );
$replace = array( get_the_title(), "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] );
$eventlistoutput = str_replace( $search, $replace, $eventlistoutput );
echo $eventlistoutput;
} We use cookies to help us offer you the best experience online. By continuing to use our website, you're agreeing to our use of cookies. Alternatively you can manage them in your browser settings.Ok Thanks!Privacy Policy