Remove the comment form title when using the comment form module in Jetpack.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'jetpack_comment_form_display_greeting', '__return_false' );
Remove the comment form title when using the comment form module in Jetpack.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'jetpack_comment_form_display_greeting', '__return_false' );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.