Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Feature: new users can’t send messages

You could easily do this with a plugin. Use the ‘messages_message_before_save’ action and check the sender_id’s signup date. If it’s less than X amount of time, reject the message.

Skip to toolbar