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

		 */
		return apply_filters( "llms_{$this->id}_query_limit", $sql, $this );
	}

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.