bp_get_activities_title()
Return the activities title.
Description
Return
(string) The activities title.
Source
File: bp-activity/bp-activity-template.php
function bp_get_activities_title() {
global $bp_activity_title;
/**
* Filters the activities title for the activity template.
*
* @since BuddyPress 1.0.0
*
* @param string $bp_activity_title The title to be displayed.
*/
return apply_filters( 'bp_get_activities_title', $bp_activity_title );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 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.