bp_get_activity_type, $activities_template->activity->type
bp_get_activity_type, $activities_template->activity->type
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_type, $activities_template->activity->type') is found 1 times:
- /bp-activity/bp-activity-template.php line 847
* @since 1.2.0 * * @param string $activity_type The activity type. */ return apply_filters( 'bp_get_activity_type', $activities_template->activity->type ); } /** * Return the activity type template part name. * * @since 10.0.0