2020-05-02 / 5621阅 / 悠然
Determines whether WordPress is already installed.
The cache will be checked first. If you have a cache plugin, which saves the cache values, then this will work. If you use the default WordPress cache, and the database goes away, then you might have problems.
Checks for the ‘siteurl’ option for whether WordPress is installed.
For more information> Conditional Tags article in the Theme Developer Handbook.
(bool) Whether the site is already installed.