apply_filters( 'llms_lesson_drip_bypass_if_completed', boolean $drip_bypass , int $post_id , int $user_id )
Filters whether or not to bypass drip restrictions on completed lessons.
Parameters Parameters
- $drip_bypass
-
(boolean) Whether or not to bypass drip restrictions on completed lessons.
- $post_id
-
(int) WP Post ID of a lesson or quiz potentially restricted by drip settings.
- $user_id
-
(int) WP User ID.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.5.0 | Introduced. |