bp_get_activity_thread_permalink, $link
bp_get_activity_thread_permalink, $link
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_thread_permalink, $link') is found 1 times:
- /bp-activity/bp-activity-template.php line 2873
* @since 1.2.0 * * @param string $link The activity thread permalink. */ return apply_filters( 'bp_get_activity_thread_permalink', $link ); } /** * Output the activity comment permalink. * * @since 1.8.0