Reply To: Modify Comment area layout

Home Forums Support Modify Comment area layout Reply To: Modify Comment area layout

Home Forums Support Modify Comment area layout Reply To: Modify Comment area layout

#230507
Aditya

This is what I entered in the Simple PHP plugin.

add_action( 'generate_below_comments_title','generate_comments_email_message' );
function generate_comments_email_message()
{
    ?>
    <p class=&quot;comments-email-message&quot;>Your email address will not be published. Required fields are marked with *.</p>
    <?php
}