#1175 closed defect (bug) (fixed)
Status component - filter needed
Reported by: | petronic | Owned by: | |
---|---|---|---|
Milestone: | 1.1.1 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
I'm writing a plugin for BP status to Twitter integration and I found that it would be much easier to set status to some new value if there is filter after fetching status from usermeta table.
See patch attached.
I know I could use "the_status_content" filter but that doesn't allow me to change recorded_time at the same time. And, if I use "bp_get_the_status" filter then my function have to re implement bp_get_the_status() function, which I would like to avoid.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [2038]) Fixes #1175