Buddypress: “Auto load” specific usermeta in WP?
WordPress already does this When you fetch a user post or term WP will auto-fetch all of its meta and store it in WP Cache. This way if you need to use any of that post/term/users meta it’s already there. The thinking is to prefetch in bulk in a single query since it’s very rare … Read more