apply_filters( "llms_{$this->id}_query_allowed_sort_fields", array $allowed_fields )
Filters the allowed sort fields.
Description Description
The dynamic portion of this hook, $this->id
, refers to ID of the extending query class.
Parameters Parameters
- $allowed_fields
-
(array) Default arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |