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

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


Description Description


Parameters Parameters

$column_name

(string) The custom column's name.

$comment->comment_ID

(int) The custom column's unique ID number.


Top ↑

Source Source

File: wp-admin/includes/class-wp-comments-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.