bbp_topic_author_role( array $args = array() )
Output the topic author role
Description Description
Parameters Parameters
- $args
-
(Optional)
Default value: array()
Source Source
File: includes/topics/template.php
function bbp_topic_author_role( $args = array() ) {
echo bbp_get_topic_author_role( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |