WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about edit_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/bookmark.php do_action 254 /**
* Fires after a link was updated in the database.
*
* @since 2.0.0
*
* @param int $link_id ID of the link that was updated.
*/

Hook Parameters

Parameter Type Name Description
int $link_id ID of the link that was updated.