LLMS_Post_Model::get_embed( string $type = 'video', string $prop = '' )
Get media embeds
Description Description
Parameters Parameters
- $type
-
(Optional) Embed type [video|audio]. Default is 'video'.
Default value: 'video'
- $prop
-
(Optional) Postmeta property name. Default is empty string. If not supplied it will default to {$type}_embed.
Default value: ''
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
Changelog Changelog
Version | Description |
---|---|
3.17.5 | Unknown. |
3.17.0 | Introduced. |