Skip to:
Content
Pages
Categories
Search
Top
Bottom

Messaging hook documentation


  • archonic
    Participant

    @archonic

    I’m writing a message limiting plugin so on any given private message thread there can only be one “exchange”. I’ve found that the private messaging hook documentation has yet to be filled out.

    Private Messaging

    Writing this

    
    function message_limiter_compose() {
      return "CUSTOM COMPOSE";
    }
    add_filter('messages_screen_compose', 'message_limiter_compose');
    

    I don’t see the result anywhere on the compose page or in the send process. Some documentation here would be greatly appreciated.

    Thanks!

  • The topic ‘Messaging hook documentation’ is closed to new replies.
Skip to toolbar