apply_filters( 'learndash_is_item_complete', boolean $complete, int $user_id, int $post_id, int $course_id )

Filters whether the LearnDash content type is complete or not.


Description Description


Parameters Parameters

$complete

Whether any LearnDash content is complete or not.

$user_id

User ID.

$post_id

Post ID.

$course_id

Course ID.


Top ↑

Source Source

File: themes/ld30/includes/helpers.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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