bbp_topic_reply_link( array $args = array() )

Output the link to go directly to the reply form


Description Description


Parameters Parameters

$args

(Optional)

Default value: array()


Top ↑

Source Source

File: includes/topics/template.php

function bbp_topic_reply_link( $args = array() ) {
	echo bbp_get_topic_reply_link( $args );
}

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.