apply_filters( 'sensei_learners_query_args', $args ) → {array}
Filter the arguments used to query the learners.
A result that is not an array is ignored and the original arguments are kept.
Parameters:
| Name | Type | Description |
|---|---|---|
$args |
array | Query arguments. |
- Since:
- $$next-version$$
- Source:
Returns:
Filtered query arguments.
- Type
- array