apply_filters( "llms_{$this->id}_query_orderby", string $sql , LLMS_Database_Query $db_query )
Filters the query ORDER BY clause
Description Description
The dynamic part of the filter $this->id
identifies the extending query.
Parameters Parameters
- $sql
-
The ORDER BY clause of the query.
- $db_query
-
The LLMS_Database_Query instance.
Source Source
File: includes/abstracts/abstract.llms.database.query.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |