Fires when the default column output is displayed for a single row.
Parameters
$column_name
string- The custom column’s name.
$comment_id
string- The comment ID as a numeric string.
Source
do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.