bbp_get_topic_last_reply_permalink

bbp_get_topic_last_reply_permalink

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_last_reply_permalink') is found 1 times:

  • /includes/topics/template.php line 1924
    		$reply_id = bbp_get_topic_last_reply_id( $topic_id );
    		$retval   = bbp_get_reply_permalink( $reply_id );
    
    		// Filter & return
    		return apply_filters( 'bbp_get_topic_last_reply_permalink', $retval, $topic_id, $reply_id );
    	}
    
    /**
     * Output the link to the last reply in a topic
     *
     * @since 2.0.0 bbPress (r2683)