Opened 12 years ago
Closed 12 years ago
#1695 closed enhancement (invalid)
Add ability to filter titles used within bbpress
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 2.0 |
Component: | Front-end | Keywords: | |
Cc: |
Description
Would be nice to be able to filter the amount of characters output in the titles.
bbp_forum_last_topic_title()
bbp_forum_title()
bbp_topic_title()
bbp_reply_title()
Change History (1)
Note: See
TracTickets for help on using
tickets.
All of these have filters on their _get_ equivalents already.
See:
bbp_get_forum_last_topic_title
bbp_get_forum_title
bbp_get_topic_title
bbp_get_reply_title
This is typical of all bbPress functions that have a _get_ sister function, usually template-tags. Other non-template functions are not intended to ever be echo'ed, and won't have a _get_ equivalent.