Opened 5 years ago
Closed 5 years ago
#6800 closed defect (bug) (invalid)
why use get_user_meta(user_id) at all?
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Optimization | Version: | 2.5 |
| Severity: | normal | Keywords: | dev-feedback |
| Cc: |
Description
http://trac.wordpress.org/changeset/7764
got me wondering what the point in get_user_meta($user_id) might be at all... Retrieving unnamed meta is completely pointless anyway. Why doesn't it return false when no meta_key is entered?
D.
Change History (2)
Note: See
TracTickets for help on using
tickets.

I think this particular function has disappeared from trunk unless I've overlooked something. Please feel free to correct me.