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.


Top ↑

Source Source

File: includes/functions/llms.functions.access.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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