wp-admin/includes/class-wp-links-list-table.php:222Handles the link URL column output.
$linkobject public function column_url( $link ) { $short_url = url_shorten( $link->link_url ); echo "<a href='$link->link_url'>$short_url</a>"; }Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/includes/class-wp-links-list-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.