bbp_cancel_reply_to_link( $text = '' )
Output the reply to a reply cancellation link
Description Description
Source Source
File: includes/replies/template.php
function bbp_cancel_reply_to_link( $text = '' ) {
echo bbp_get_cancel_reply_to_link( $text );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.4.0 | Introduced. |