bp_get_activity_comment_permalink, $link, $comment_id

bp_get_activity_comment_permalink, $link, $comment_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_get_activity_comment_permalink, $link, $comment_id') is found 1 times:

  • /bp-activity/bp-activity-template.php line 2910
    		 *
    		 * @param string $link       Activity comment permalink.
    		 * @param int    $comment_id ID for the current activity comment.
    		 */
    		return apply_filters( 'bp_get_activity_comment_permalink', $link, $comment_id );
    	}
    
    /**
     * Output the activity favorite link.
     *
     * @since 1.2.0