On this page
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_namestring-
The custom column's name.
$comment_idstring-
The comment ID as a numeric string.
Source
File: wp-admin/includes/class-wp-comments-list-table.php. View all references
do_action( 'manage_comments_custom_column', $column_name, $item->comment_ID );
Related
Used By
| Used By | Description |
|---|---|
| WP_Comments_List_Table::column_default() wp-admin/includes/class-wp-comments-list-table.php |
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_comments_custom_column