comment_excerpt

comment_excerpt

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('comment_excerpt') is found 1 times:

  • /wp-includes/comment-template.php line 705
    	 *
    	 * @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