do_action( 'manage_comments_custom_column', string $column_name, string $comment_id )

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


Parameters

$column_name

The custom column's name.

$comment_id

The comment ID as a numeric string.


Source

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

View on GitHub



Changelog

Changelog
Version Description
2.8.0 Introduced.