Summery Summery

Filters the comment types dropdown menu.

Syntax Syntax

apply_filters( 'admin_comment_types_dropdown', array $comment_types )

Parameters Parameters

$comment_types

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

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Advertisement

Leave a Reply