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()


Top ↑

Return Return

(string) $content.


Top ↑

Source Source

File: includes/course/ld-course-video.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.4.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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