bp_activity_comment_id, $comment_id
bp_activity_comment_id, $comment_id
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_comment_id, $comment_id') is found 1 times:
- /bp-activity/bp-activity-template.php line 2247
* @since 1.5.0 * * @param int|bool $comment_id ID for the comment currently being displayed. */ return apply_filters( 'bp_activity_comment_id', $comment_id ); } /** * Output the ID of the author of the activity comment currently being displayed. * * @since 1.5.0