Browse: Home / Functions /

lesson_visible_after

lesson_visible_after( string $content = '',  WP_Post $post = null )

Gets when the lesson will be available.


Description #

Fires on learndash_content hook.


Parameters #

$content

(string) (Optional) The content of lesson.

Default value: ''

$post

(WP_Post) (Optional) The WP_Post object.

Default value: null


Return #

(string) The output of when the lesson will be available.


Source #

File: includes/course/ld-course-user-functions.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.