Archive | Functions by letter i RSS feed for this section

is_blog_installed

Test whether blog 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.

2095

Continue reading

is_author

Is the query for an author archive page?If the $author parameter is specified, this function will additionally check if the query is for one of the authors specified.

2093

Continue reading