Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide User’s Private Messages from Admin(me)

  • @thecomputergi

    Participant

    Hello,
    I was wondering if there is a plugin, or bit of code I could remove or add to make it where there is no possible way for me to see user’s private messages. Right now I can use the Export Personal Data tool or go to their profiles and click messages. I want to disable both of these features permanently.
    Thanks!

Viewing 1 replies (of 1 total)
  • @venutius

    Moderator

    There’s nothing easy you could do to exclude just that information, however one quick fix would be to hide via CSS the download Personal Data link that appears once the user has confirmed their email address:

    .export-personal-data-handle {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar