BP_Core_oEmbed_Extension::inject_content()
Inject content into the embed template.
Description Description
Source Source
File: bp-core/classes/class-bp-core-oembed-extension.php
public function inject_content() {
if ( ! $this->is_page() ) {
return;
}
$this->content();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |