Opened 7 years ago
Closed 7 years ago
#7519 closed defect (bug) (no action required)
User last_activity data no longer stored in usermeta
Reported by: | McCage | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Notice: get_user_meta( $user_id, 'last_activity' ) was called incorrectly. User last_activity data is no longer stored in usermeta. Use bp_get_user_last_activity() instead. Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in C:\xampp\htdocs\Delft\wp-includes\functions.php on line 4138
Online site: http://ruilkringdelftwestland.nl
Change History (1)
Note: See
TracTickets for help on using
tickets.
This isn't a bug. This is a notice to inform developers that are using
get_user_meta( $user_id, 'last_activity' )
to usebp_get_user_last_activity()
instead.Try to find out what plugin is causing this and inform the developers.