LLMS_Database_Query::has_results()

Determine if the query has at least one result.


Return Return

(bool)


Top ↑

Source Source

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

		$sort = $this->get( 'sort' );
		if ( $sort ) {


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.