WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about add_link

Back to home

Files

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

Hook Parameters

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