bp_activity_post_comment_activity_id, $activity_id
bp_activity_post_comment_activity_id, $activity_id
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_post_comment_activity_id, $activity_id') is found 1 times:
- /bp-activity/actions/reply.php line 42
* @since 1.2.0 * * @param string $activity_id ID of the activity being replied to. */ $activity_id = apply_filters( 'bp_activity_post_comment_activity_id', $activity_id ); /** * Filters the comment content for a comment reply. * * @since 1.2.0 *