apply_filters( "llms_{$this->id}_query_get_default_args", array $args )
Filters the query default args.
Description Description
The dynamic part of the filter $this->id
identifies the extending query.
Parameters Parameters
- $args
-
(array) Array of default arguments to set up the query with.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |