bbp_reply_author_role( array $args = array() )

Output the reply author role

Description

Parameters

$args

(array) (Optional)

Default value: array()

Source

File: bp-forums/replies/template.php

function bbp_reply_author_role( $args = array() ) {
	echo bbp_get_reply_author_role( $args );
}

Changelog

Changelog
Version Description
bbPress (r3860) 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.