LLMS_Lesson::get_audio()

Attempt to get oEmbed for an audio provider Falls back to the [audio] shortcode if the oEmbed fails


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/models/model.llms.lesson.php

	public function get_audio() {
		return $this->get_embed( 'audio' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: