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 Description
Parameters Parameters
- $content
-
(Required) HTML content to be output to browser.
- $post
-
(Required) WP_Post instance for Lesson or Topic.
- $settings
-
(Optional) Current setting values for Post.
Default value: array()
Return Return
(string) $content.
Source Source
File: includes/course/ld-course-video.php
Changelog Changelog
Version | Description |
---|---|
2.4.3 | Introduced. |