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.


Top ↑

Return Return

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


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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