Skip to content

Commit fe528db

Browse files
committed
Better filter explanation.
1 parent f40f2eb commit fe528db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Improve the performance of the query by disabling pagination. This is done autom
6363

6464
## Filtering the available controls
6565

66-
It is possible to remove controls from AQL using the `aql_allowed_controls` filter:
66+
It is possible to remove controls from AQL using the `aql_allowed_controls` filter. The filter receives a single parameter containing an array of allowed controls. This can be modified to remove the control from the UI and stop processing the associated query param.
6767

6868
```php
6969
add_filter(

0 commit comments

Comments
 (0)