Description
Fires when the default column output is displayed for a single row.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-comments-list-table.php | 1116 |
Parameters
Type | Name | Description |
---|---|---|
string | $column_name | The custom column's name. |
string | $comment_id | The comment ID as a numeric string. |
PHP Doc
/**
* Fires when the default column output is displayed for a single row.
*
* @since 2.8.0
*
* @param string $column_name The custom column's name.
* @param string $comment_id The comment ID as a numeric string.
*/