do_action( 'add_link', int $link_id )
Fires after a link was added to the database.
Parameters
-
$link_id
int -
ID of the link that was added.
Source
File: wp-admin/includes/bookmark.php
.
View all references
do_action( 'add_link', $link_id );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |