bp_get_activity_feed_item_title, $title
bp_get_activity_feed_item_title, $title
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_feed_item_title, $title') is found 1 times:
- /bp-activity/bp-activity-template.php line 4210
* @since 1.0.0 * * @param string $title The title for the activity feed item. */ return apply_filters( 'bp_get_activity_feed_item_title', $title ); } /** * Output the activity feed item link. * * @since 1.0.0