apply_filters( "llms_table_get_args_{$this->id}", array $args )
Filters the arguments used to build the query.
Description Description
The dynamic portion of this filter {$this->id} refers to the unique ID for the table.
Parameters Parameters
- $args
-
(array) Arguments to build the query whose results will populate the table.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.15.0 | Introduced. |