This function has been deprecated. bbPress (r5119) instead.
bbp_topic_author( int $topic_id )
Deprecated. Use bbp_topic_author_display_name() instead.
Description
Output the author of the topic.
Parameters
- $topic_id
-
(Optional) Topic id
Source
File: bp-forums/topics/template.php
function bbp_topic_author( $topic_id = 0 ) { echo bbp_get_topic_author( $topic_id ); }
Changelog
Version | Description |
---|---|
bbPress (r5119) | bbPress (r5119) |
bbPress (r2590) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.