apply_filters( 'comments_array', array $comments, int $post_ID )

Filters the comments array.


Description Description


Parameters Parameters

$comments

(array) Array of comments supplied to the comments template.

$post_ID

(int) Post ID.


Top ↑

Source Source

File: wp-includes/comment-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.