LLMS_Achievements::get_achievements_by_post( array|int $post_ids, bool $include_children = true )

Get a list of achievement Achievement Template IDs for a given post


Description Description


Parameters Parameters

$post_ids

(Required) Post IDs or single post ID to look for achievements by.

$include_children

(Optional) If true, will include course children (sections, lessons, and quizzes).

Default value: true


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/class.llms.achievements.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.24.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.