Home › Forums › Support › Add comment policy via snippet? This topic has 3 replies, 2 voices, and was last updated 8 years, 1 month ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 11, 2018 at 2:24 pm #493872 LoGP Hey, Is there a way to add a comment policy via a code snippet? I could edit the comments.php file like so: https://www.business2community.com/blogging/add-a-comment-policy-message-to-your-wordpress-website-comment-form-0478014 But if there’s a code snippet that would be better 🙂 Cheers L February 11, 2018 at 9:02 pm #494030 TomLead Developer Lead Developer Looks like WordPress has this action: comment_form_after add_action( 'comment_form_after', 'tu_after_comment_form' ); function tu_after_comment_form() { ?> Your text in here. <?php } February 12, 2018 at 10:03 am #494573 LoGP Nice man! It works. I eventually used: comment_form_top to have the text between “leave a reply” and the form. 🙂 Cheers Lorenzo February 12, 2018 at 8:17 pm #494891 TomLead Developer Lead Developer Awesome, glad I could help! 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In