bbp_topic_merge_link( array $args = array() )
Output the merge link of the topic
Description Description
Parameters Parameters
- $args
-
(Optional)
Default value: array()
Source Source
File: includes/topics/template.php
function bbp_topic_merge_link( $args = array() ) {
echo bbp_get_topic_merge_link( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |