jetpack_comment_reply_title_tag

jetpack_comment_reply_title_tag

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.3.1

apply_filters('jetpack_comment_reply_title_tag') is found 1 times:

  • /modules/comments/comments.php line 473
    		 * @since 12.4
    		 *
    		 * @param string $comment_reply_title_tag The comment title tag. Default to h3.
    		 */
    		$comment_reply_title_tag = apply_filters( 'jetpack_comment_reply_title_tag', 'h3' );
    
    		// The actual iframe (loads comment form from Jetpack server).
    
    		$is_amp = class_exists( Jetpack_AMP_Support::class ) && Jetpack_AMP_Support::is_amp_request();
    		?>