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].


Top ↑

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.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.post.model.php

View on GitHub


Top ↑

User Contributed Notes User Contributed Notes

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