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