apply_filters( "llms_{$this->model_post_type}_{$type}", array $embed , LLMS_Post_Model $llms_post , string $type , string $prop )
Filters the embed html
Description Description
The first dynamic portion of this hook, $this->model_post_type
, refers to the model’s post type. For example "course", "lesson", "membership", etc… The second dynamic portion of this hook, $type
, refers to the embed type [video|audio].
Parameters Parameters
- $embed
-
(array) The embed html.
- $llms_post
-
(LLMS_Post_Model) The LLMS_Post_Model instance.
- $type
-
(string) Embed type [video|audio].
- $prop
-
(string) Postmeta property name.