LLMS_Database_Query::has_results()

Determine if the query has at least one result


Description Description


Return Return

(bool)


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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