LLMS_Course::get_video()
Attempt to get oEmbed for a video provider Falls back to the [video] shortcode if the oEmbed fails
Description Description
Return Return
(string)
Source Source
File: includes/models/model.llms.course.php
public function get_video() { return $this->get_embed( 'video' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: