Enable commenting on front-end preview page for pending posts
Preface Once post preview is frontend, the comment form depends on how theme handle it. I will assume in this answer that the comment form is shown using the standard comment_form() function. The previous assumption isn’t enough, in fact comment_form is probably the function in WordPress core with more hooks. There is almost an hook … Read more