WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about manage_comments_custom_column

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-comments-list-table.php do_action 1074 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $column_name The custom column's name.
string $comment_id The comment ID as a numeric string.