do_action( ‘manage_comments_custom_column’, string $column_name, string $comment_id )

In this article

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

Parameters

$column_namestring
The custom column’s name.
$comment_idstring
The comment ID as a numeric string.

Source

do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID );

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.