jetpack_comment_reply_title_tag

jetpack_comment_reply_title_tag

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_comment_reply_title_tag') is found 1 times:

  • /modules/comments/comments.php line 474
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    * @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();
    ?>