deleted_link

deleted_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('deleted_link') is found 1 times:

  • /wp-admin/includes/bookmark.php line 111
    	 * @since 2.2.0
    	 *
    	 * @param int $link_id ID of the deleted link.
    	 */
    	do_action( 'deleted_link', $link_id );
    
    	clean_bookmark_cache( $link_id );
    
    	return true;
    }