apply_filters( 'admin_comment_types_dropdown', array $comment_types )

Filters the comment types dropdown menu.


Parameters

$comment_types

(array) An array of comment types. Accepts 'Comments', 'Pings'.


Source

File: wp-admin/includes/class-wp-comments-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.7.0 Introduced.