apply_filters( 'admin_comment_types_dropdown', string[] $comment_types )
Filters the comment types dropdown menu.
Description Description
Parameters Parameters
- $comment_types
-
(string[]) An array of comment types. Accepts 'Comments', 'Pings'.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |