I’m thinking of doing something custom then. I see that you keep the messages in wp_posts with post_type=message and the replies in the comments table. I’m interested in where you keep the id for which user the sending is done. I see in wp_posts that post_author is (so it’s very easy to figure out who created the message). Thank you.