do_action( 'edit_link', int $link_id )

Fires after a link was updated in the database.


Parameters

$link_id

(int) ID of the link that was updated.


Source

File: wp-admin/includes/bookmark.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.0.0 Introduced.