Fires for each registered custom link column.
Parameters
$column_namestring- Name of the custom column.
$link_idint- Link ID.
Source
do_action( 'manage_link_custom_column', $column_name, $link->link_id );
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.