Filter whether the comment title can be displayed.
Parameters
- $show
bool
Can the comment be displayed? Default to true.
Changelog
- Introduced in Jetpack 4.7.0
How to use this hook
Notes
You can use this filter to remove the comment form title when using Jetpack’s Comment form module:add_filter( 'jetpack_comment_form_display_greeting', '__return_false' );