wpseek.com
A WordPress-centric search engine for devs and theme authors



manage_comments_custom_column › WordPress Action Hooks

Since2.8.0
Deprecatedn/a
do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID )
Parameters: (2)
  • (string) $column_name The custom column's name.
    Required: Yes
  • (string) $comment_id The comment ID as a numeric string.
    Required: Yes
Defined at:
Codex:

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





Source

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