WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about deleted_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/bookmark.php do_action 112 /**
* Fires after a link has been deleted.
*
* @since 2.2.0
*
* @param int $link_id ID of the deleted link.
*/

Hook Parameters

Parameter Type Name Description
int $link_id ID of the deleted link.