Look in the usermeta database table. It’s a WP table, not at BP table.
Is there any documentation on the details? I see a number of things that start with bp_ but nothing that is obviously a flag to tell whether various notifications are turned on.
Again – that data is in the WP table for user meta. That table name does not have a bp_
in it. There will be a separate row for each notification setting for each user.
We seem to be talking past each other. I’m looking in the WP usermeta table. I’m having trouble identifying the buddypress entries which control notifications. I’m not talking about a table that starts with bp_ I’m talking about entries in usermeta with a meta_key that starts with bp_ (sorry, I guess I wasn’t clear about that).
Maybe looking for meta_keys with bp_ is not the right way to find what I’m after. But if there is any documentation that describes how notification status is stored I would just like to see it. If this is a case where I have to simply read the code, so be it. I was just hoping for a quick pointer to exactly where I could look in the database to find out what BP notifications a user has turned on.
Again, sorry if I didn’t make that clear.
Here is an example of a meta_key notification_messages_new_message
.