Definition:
function is_archive() {}
Is the query for an archive page?
Month, Year, Category, Author, Post Type archive…
Source code
function is_archive() {
return (bool) $this->is_archive;
}
2087
Definition:
function is_archive() {}
function is_archive() {
return (bool) $this->is_archive;
}
2087
No comments yet... Be the first to leave a reply!