@since: BuddyPress 2.6.0 |
Description |
---|---|
BP_Core_oEmbed_Extension::get_oembed_response_data() |
Fetch our oEmbed response data to return. |
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. |
BP_Core_oEmbed_Extension::set_permalink() |
Set permalink for oEmbed link discovery. |
BP_Core_oEmbed_Extension::get_item_id() |
Get the item ID when filtering the oEmbed HTML. |
BP_Core_oEmbed_Extension::setup_properties() |
Set up properties. |
BP_Core_oEmbed_Extension::setup_hooks() |
Hooks! We do the dirty work here, so you don’t have to! 🙂 |
BP_Core_oEmbed_Extension::register_route() |
Register the oEmbed REST API route. |
BP_Core_oEmbed_Extension::setup_template_parts() |
Set up custom embed template parts for BuddyPress use. |