bbp_get_reply_permalink

bbp_get_reply_permalink

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_permalink') is found 1 times:

  • /includes/replies/template.php line 412
    	function bbp_get_reply_permalink( $reply_id = 0 ) {
    		$reply_id = bbp_get_reply_id( $reply_id );
    
    		// Filter & return
    		return apply_filters( 'bbp_get_reply_permalink', get_permalink( $reply_id ), $reply_id );
    	}
    
    /**
     * Output the paginated url to the reply in the reply loop
     *
     * @since 2.0.0 bbPress (r2679)
    

See this hook used in plugins: