On this page
do_action( 'manage_link_custom_column', string $column_name, int $link_id )
Fires for each registered custom link column.
Parameters
$column_namestring-
Name of the custom column.
$link_idint-
Link ID.
Source
File: wp-admin/includes/class-wp-links-list-table.php. View all references
do_action( 'manage_link_custom_column', $column_name, $item->link_id );
Related
Used By
| Used By | Description |
|---|---|
| WP_Links_List_Table::column_default() wp-admin/includes/class-wp-links-list-table.php | Handles the default column output. |
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_link_custom_column