bbp_get_reply_author_role

bbp_get_reply_author_role

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_author_role') is found 1 times:

  • /includes/replies/template.php line 1379
    			$author_role = $r['before'] . $role . $r['after'];
    		}
    
    		// Filter & return
    		return apply_filters( 'bbp_get_reply_author_role', $author_role, $r, $args );
    	}
    
    /**
     * Output the topic title a reply belongs to
     *
     * @since 2.0.0 bbPress (r2553)