bbp_reply_permalink( int $reply_id )

Output the link to the reply in the reply loop


Description Description


Parameters Parameters

$reply_id

(Optional) Reply id


Top ↑

Source Source

File: includes/replies/template.php

function bbp_reply_permalink( $reply_id = 0 ) {
	echo esc_url( bbp_get_reply_permalink( $reply_id ) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.