apply_filters( 'llms_awards_query_get_awards', array $awards , LLMS_Awards_Query $query )
Filters the query results array.
Parameters Parameters
- $awards
-
(array) Array of LLMS_User_Achievement and/or LLMS_User_Certificate objects.
- $query
-
(LLMS_Awards_Query) Instance of the query class.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |