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
-
The embed html.
- $llms_post
-
The LLMS_Post_Model instance.
- $type
-
Embed type [video|audio].
- $prop
-
Postmeta property name.
Source Source
File: includes/abstracts/abstract.llms.post.model.php