Alex landed a comment type filter for ed …

Alex landed a comment type filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. for edit-comments.php. You can view all types, just comments, just trackbacks, or just pingbacks.

#comments, #ui