• Hello,
    I want to restrict new registered users on my WordPress site from writing comments until 3 days passed their registration date.
    What solution do you recommend?
    thanks in advanced.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    One solution would be to hook the ‘preprocess_comment’ filter and check the user_registered time. If it’s too soon, you could just call wp_die() with an appropriate message.

    As you might imagine, this solution requires some custom coding. You can try searching for a plugin that provides similar functionality. If one cannot be found, this is probably the easiest solution to custom code.

Viewing 1 replies (of 1 total)
  • The topic ‘Comment restrictions’ is closed to new replies.