Description
Fires after a link was added to the database.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/bookmark.php | 262 |
Parameters
Type | Name | Description |
---|---|---|
int | $link_id | ID of the link that was added. |
PHP Doc
/**
* Fires after a link was added to the database.
*
* @since 2.0.0
*
* @param int $link_id ID of the link that was added.
*/