bbp_topic_split_link( array $args = array() )
Split topic link
Description Description
Output the split link of the topic (but is bundled with each reply)
Parameters Parameters
- $args
-
(Optional) See bbp_get_topic_split_link()
Default value: array()
Source Source
File: includes/replies/template.php
function bbp_topic_split_link( $args = array() ) { echo bbp_get_topic_split_link( $args ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |