#36031 closed defect (bug) (fixed)
Documentation for the pre_get_avatar hook
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | 4.4.2 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Passing a non-null value will effectively short-circuit get_avatar(), passing the value through the {@see 'pre_get_avatar'} filter and returning early.
I believe the value is actually passed through the get_avatar
hook, not pre_get_avatar
.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Alternatively of course, the documentation could be correct but the name of the actual filter hook could be wrong. Either way, there's an issue :)