comment_excerpt

comment_excerpt

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('comment_excerpt') is found 1 times:

  • /wp-includes/comment-template.php line 717
    713
    714
    715
    716
    717
    718
    719
    720
    721
    722
    723
         *
         * @param string $comment_excerpt The comment excerpt text.
         * @param string $comment_id      The comment ID as a numeric string.
         */
        echo apply_filters( 'comment_excerpt', $comment_excerpt, $comment->comment_ID );
    }
     
    /**
     * Retrieves the comment ID of the current comment.
     *
     * @since 1.5.0