apply_filters( 'llms_achievements_by_post_query_args', array $args , array|int $post_ids , bool $include_children )
Filters the query args to retrieve the achievements by post.
Parameters Parameters
- $args
-
(array) The query args to retrieve the achievements by post.
- $post_ids
-
(array|int) Post IDs or single post ID to look for achievements by.
- $include_children
-
(bool) If true, will include course children (sections, lessons, and quizzes).
Source Source
Changelog Changelog
Version | Description |
---|---|
5.3.3 | Introduced. |