jetpack_comment_reply_title_tag

jetpack_comment_reply_title_tag

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.12.5

apply_filters('jetpack_comment_reply_title_tag') is found 1 times:

  • /modules/comments/comments.php line 398
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    * @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();
    ?>