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.


Top ↑

Parameters Parameters

$allowed_fields

(array) Default arguments.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.