W3cubDocs

/WordPress

do_action( 'manage_comments_custom_column', string $column_name, int $comment_ID )

Fires when the default column output is displayed for a single row.

Parameters

$column_name

(string) The custom column's name.

$comment_ID

(int) The custom column's unique ID number.

Source

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

View on Trac

Changelog

Version Description
2.8.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_comments_custom_column