LLMS_Abstract_Query::has_results()

Determine if the query has at least one result.


Return Return

(bool)


Top ↑

Source Source

File: includes/abstracts/llms-abstract-query.php

	public function has_results() {
		return $this->number_results > 0;
	}


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Moved from LLMS_Database_Query abstract.
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.