Good question, but yes, it’s activated to ” run snippet everywhere”
I use it for a couple other things, search box and mobile header, and it works fine.
Maybe some setting I have wrong somewhere else? Or perhaps I copied the snippet wrong?
Again, this is my snippet:
add_action( ‘generate_below_comments_title’,’generate_comments_email_message’ );
function generate_comments_email_message()
{
?>
<p class=”comments-email-message”>Your email address will not be published. Required fields are marked with *.</p>
<?php
}