lesson_visible_after( string $content, WP_Post $post )
Gets when the lesson will be available.
Description Description
Fires on learndash_content
hook.
Parameters Parameters
- $content
-
(Required) The content of lesson.
- $post
-
(Required) The
WP_Post
object.
Return Return
(string) The output of when the lesson will be available.
Source Source
File: includes/course/ld-course-user-functions.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |