Description
Fires for each registered custom link column.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-links-list-table.php | 307 |
Parameters
Type | Name | Description |
---|---|---|
string | $column_name | Name of the custom column. |
int | $link_id | Link ID. |
PHP Doc
/**
* Fires for each registered custom link column.
*
* @since 2.1.0
*
* @param string $column_name Name of the custom column.
* @param int $link_id Link ID.
*/