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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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