AnsPress_Query::have_pages()

Description #

Check if loop has more pages.

Changelog #

VersionDescription
4.1.2Introduced.

Source #

File: includes/class-query.php

	public function have_pages() {
		return $this->total_pages > $this->paged;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment