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
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |