bp_activity_get_comment_depth, $depth
bp_activity_get_comment_depth, $depth
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_get_comment_depth, $depth') is found 1 times:
- /bp-activity/bp-activity-template.php line 2657
* @since 2.0.0 * * @param int $depth Depth for the current activity comment. */ return apply_filters( 'bp_activity_get_comment_depth', $depth ); } /** * Output the activity comment link. * * @since 1.2.0