BP_Invites_Component::setup_title()
Set up the title for pages.
Description
Source
File: bp-invites/classes/class-bp-invites-component.php
public function setup_title() {
if ( bp_is_invites_component() ) {
$bp = buddypress();
}
parent::setup_title();
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.0.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.