Opened 5 years ago
Closed 3 months ago
#49356 closed enhancement (maybelater)
Add hook into get_user_locale()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 5.4 |
Component: | I18N | Keywords: | needs-patch close reporter-feedback |
Focuses: | Cc: |
Description
Hey there
Like its friend get_locale(), get_user_locale() could benefit of a filter hook named "user_locale".
What do you think?
Attachments (1)
Change History (6)
#3
@
5 months ago
What's the use case for this? Can't the existing metadata filter be used if needed?
#5
@
3 months ago
- Keywords reporter-feedback added; dev-feedback removed
- Milestone Awaiting Review deleted
- Resolution set to maybelater
- Status changed from new to closed
It's been several weeks and no use case has been shared. Since it's been 5 years without additional requests for this, I'm going to close this out as a maybelater
.
Discussion can always continue on closed tickets and they can be reopened if new context/information is provided.
Note: See
TracTickets for help on using
tickets.
My patch ads a 'user_locale' filter to the get_user_locale function.
I do have two question though: