• Any recommendations on preventing or intercepting posting with a plugin? I am building a plugin that checks post content for a specific problem, and then prevents the post from being published until the problem is fixed. I don’t see any actions I can hook to, but modifying the $_POST variables before the hit the handler seems flaky.

    Thanks!

  • The topic ‘Prevent/intercept posting with plugin’ is closed to new replies.