File: wp-admin/includes/bookmark.php
-
functionwp_set_link_cats()
Updates link with the specified link categories.
-
functionwp_update_link()
Updates a link in the database.
-
Outputs the ‘disabled’ message for the WordPress Link Manager.
-
hookdeleted_link
Fires after a link has been deleted.
-
functionwp_get_link_cats()
Retrieves the link category IDs associated with the link specified.
-
functionget_link_to_edit()
Retrieves link data based on its ID.
-
functionwp_insert_link()
Inserts a link into the database, or updates an existing link.
-
hookedit_link
Fires after a link was updated in the database.
-
hookadd_link
Fires after a link was added to the database.
-
functionadd_link()
Adds a link using values provided in $_POST.
-
functionedit_link()
Updates or inserts a link using values provided in $_POST.
-
functionget_default_link_to_edit()
Retrieves the default link for editing.
-
functionwp_delete_link()
Deletes a specified link from the database.
-
hookdelete_link
Fires before a link is deleted.