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_Postobject.Default value: null
Return #
(string) The output of when the lesson will be available.
Source #
Changelog #
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |