do_action( 'manage_link_custom_column', string $column_name, int $link_id )

Fires for each registered custom link column.


Parameters

$column_name string
Name of the custom column.
$link_id int
Link ID.

Top ↑

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 );


Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

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