BP_Core_oEmbed_Extension::inject_content()

Inject content into the embed template.

Description

Source

File: bp-core/classes/class-bp-core-oembed-extension.php

627
628
629
630
631
632
633
public function inject_content() {
    if ( ! $this->is_page() ) {
        return;
    }
 
    $this->content();
}

Changelog

Changelog
Version Description
BuddyPress 2.6.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.