@since: bbPress (r2667) |
Description |
|---|---|
| bbp_reply_author_display_name() |
Output the author display_name of the reply |
| bbp_get_reply_author_display_name() |
Return the author display_name of the reply |
| bbp_reply_author_avatar() |
Output the author avatar of the reply |
| bbp_get_reply_author_avatar() |
Return the author avatar of the reply |
| bbp_reply_author_url() |
Output the author url of the reply |
| bbp_get_reply_author_url() |
Return the author url of the reply |
| bbp_reply_author() |
Deprecated. Use bbp_reply_author_display_name() instead. |
| bbp_get_reply_author() |
Deprecated. Use bbp_get_reply_author_display_name() instead. |
| bbp_reply_author_id() |
Output the author ID of the reply |
| bbp_get_reply_author_id() |
Return the author ID of the reply |