Action hook 'edit_link'

in WP Core File wp-admin/includes/bookmark.php at line 253

Description

Fires after a link was updated in the database.

Occurrences

Filename Line Number
wp-admin/includes/bookmark.php 253

Parameters

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

PHP Doc

/**
		 * Fires after a link was updated in the database.
		 *
		 * @since 2.0.0
		 *
		 * @param int $link_id ID of the link that was updated.
		 */