Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comment form: add filter to allow removing the Comment Form title. (#…
…6347) The filter can then be used like so: `add_filter( 'jetpack_comment_form_display_greeting', '__return_false' );` This allows removing the title like when using the core comment form and providing empty strings for `title_reply`, `title_reply_before`, and `title_reply_after` as arguments to the `comment_form` function. Unfortunately that is not possible with Jetpack's Comment form since the form lives in an iFrame. Suggested here: https://wordpress.org/support/topic/leave-a-reply-text-and-so-much-vertical-spacing-how-to-remove/
- Loading branch information