do_action( 'add_link', int $link_id ) Fires after a link was added to the database. ContentsParameters Source Related Used By Changelog User Contributed Notes Parameters $link_id (int) ID of the link that was added. Top ↑Source File: wp-admin/includes/bookmark.php View on Trac Top ↑Related Top ↑Used By Used By Used By Description wp-admin/includes/bookmark.php: wp_insert_link() Inserts a link into the database, or updates an existing link. Top ↑Changelog Changelog Version Description 2.0.0 Introduced. Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Used By Used By Used By Description wp-admin/includes/bookmark.php: wp_insert_link() Inserts a link into the database, or updates an existing link.