jetpack_comment_form_display_greeting, true

jetpack_comment_form_display_greeting, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_comment_form_display_greeting, true') is found 1 times:

  • /modules/comments/comments.php line 468
    		 * @since  4.7.0
    		 *
    		 * @param bool $show Can the comment be displayed? Default to true.
    		 */
    		$show_greeting = apply_filters( 'jetpack_comment_form_display_greeting', true );
    
    		/**
    		 * Filter the comment title tag.
    		 *
    		 * @module comments
    		 * @since 12.4