bp_get_activity_permalink_id, bp_current_action(
bp_get_activity_permalink_id, bp_current_action(
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_permalink_id, bp_current_action(') is found 1 times:
- /bp-activity/bp-activity-template.php line 2839
* @since 1.2.0 * * @param string $value Current action for the activity item. */ return apply_filters( 'bp_get_activity_permalink_id', bp_current_action() ); } /** * Output the activity thread permalink. * * @since 1.2.0