$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>My first web wp-blog-header.phd|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

My first web wp-blog-header.phd

matteradmin8PV0评论

This is my first time making af webside and I have by an accident deleted somthing in/ at my File manager. (I thougth it was the blog part that i do not need ) but Now the webside is white and it calls for this:

wp-blog-header.php

I can see that wp-blog-header.php have 0 KB now, how do i repear? and find the file again?

PLS help me I'm autodidak Can i rescue the page?

This is my first time making af webside and I have by an accident deleted somthing in/ at my File manager. (I thougth it was the blog part that i do not need ) but Now the webside is white and it calls for this:

wp-blog-header.php

I can see that wp-blog-header.php have 0 KB now, how do i repear? and find the file again?

PLS help me I'm autodidak Can i rescue the page?

Share Improve this question asked Oct 30, 2018 at 21:41 llwllw 11 bronze badge 1
  • Perform a manual update, using these instructions: codex.wordpress/Upgrading_WordPress#Manual_Update, to make sure WordPress has all the right files. – Jacob Peattie Commented Nov 1, 2018 at 10:17
Add a comment  | 

1 Answer 1

Reset to default 0

On the official Wp github repository you can find the file you are talking about, but maybe check your wp version before, so that you grab the version of the file corresponding to your wp install.

https://github/WordPress/WordPress/blob/master/wp-blog-header.php

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far