Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-links-list-table.php | do_action | 299 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $column_name | Name of the custom column. |
int | $link_id | Link ID. |