Learndash_Course_Video::add_video_to_content( string $content, Object $post, array $settings = array() )
Hook into the LearnDash template logic to insert the Video Progression output
Description #
Parameters #
- $content
-
(string) (Required) HTML content to be output to browser.
- $post
-
(Object) (Required) WP_Post instance for Lesson or Topic.
- $settings
-
(array) (Optional) Current setting values for Post.
Default value: array()
Return #
(string) $content.
Source #
Changelog #
Version | Description |
---|---|
2.4.3 | Introduced. |