apply_filters( "llms_{$this->id}_query_limit", string $sql, LLMS_Database_Query $db_query )

Filters the query LIMIT clause.


Description Description

The dynamic part of the filter $this->id identifies the extending query.


Top ↑

Parameters Parameters

$sql

(string) The LIMIT clause of the query.

$db_query

(LLMS_Database_Query) The LLMS_Database_Query instance.


Top ↑

Source Source

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

View on GitHub



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.