BP_Component::setup_title()
Set up the component title.
Description Description
Source Source
File: bp-core/classes/class-bp-component.php
public function setup_title() {
/**
* Fires in the setup_title method inside BP_Component.
*
* This is a dynamic hook that is based on the component string ID.
*
* @since 1.5.0
*/
do_action( 'bp_' . $this->id . '_setup_title' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |