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