File: bp-core/classes/class-bp-core-oembed-extension.php |
Description |
---|---|
BP_Core_oEmbed_Extension::oembed_xml_request() |
If oEmbed request wants XML, return XML instead of JSON. |
BP_Core_oEmbed_Extension::filter_embed_url() |
Pass our BuddyBoss activity permalink for embedding. |
BP_Core_oEmbed_Extension::filter_embed_html() |
Filters the embed HTML for our BP oEmbed endpoint. |
bp_{$this->slug_endpoint}_embed_html |
Dynamic filter to return BP oEmbed HTML. |
BP_Core_oEmbed_Extension::filter_rest_url() |
Append our custom slug endpoint to oEmbed endpoint URL. |
BP_Core_oEmbed_Extension::inject_content() |
Inject content into the embed template. |
BP_Core_oEmbed_Extension::get_item() |
Callback for the API endpoint. |
BP_Core_oEmbed_Extension::set_route_args() |
If your oEmbed endpoint requires additional arguments, set them here. |
BP_Core_oEmbed_Extension::set_iframe_title() |
Set the iframe title. |
BP_Core_oEmbed_Extension::custom_hooks() |
Do what you need to do here to initialize any custom hooks. |