BP_Core_oEmbed_Extension::__construct()
Constructor.
Contents
Description Description
Source Source
File: bp-core/classes/class-bp-core-oembed-extension.php
final public function __construct() {
$this->setup_properties();
// Some rudimentary logic checking.
if ( empty( $this->slug_endpoint ) ) {
return;
}
$this->setup_hooks();
$this->custom_hooks();
}