Got a bit closer doing this:
$reply_author_role = bbp_get_reply_author_role( array( 'post_id' => bbp_get_topic_last_active_id() ) );
However, I want just the role to be returned without the enclosing div so I can use it in a conditional.
Got a bit closer doing this:
$reply_author_role = bbp_get_reply_author_role( array( 'post_id' => bbp_get_topic_last_active_id() ) );
However, I want just the role to be returned without the enclosing div so I can use it in a conditional.