wordpress source code analysis(2)
In the previous chapter, we know wp-settings.php is a complex file. This file loads almost everything like plugins and active theme. We will look into it further. After including plugin […]
In the previous chapter, we know wp-settings.php is a complex file. This file loads almost everything like plugins and active theme. We will look into it further. After including plugin […]
dirname in php may not be what you think it to be: given a full path name of a file, return its directory part. In fact, dirname(pathname) returns the parent […]
The first php file loaded when you access a WordPress site is index.php under the root directory of the site. It is a very simple file with only 2 lines […]
A C programmer often uses include statement in PHP, but when you read professional PHP scripts, you may find require/require_once is more common. What are the differences between include, require, […]
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Did you like this?Tip admin with Cryptocurrency Bitcoin Ethereum Donate Bitcoin to admin Scan the […]