wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-admin/includes/bookmark.php › WordPress File
Functions10
› WordPress Bookmark Administration API
| Function | Short description |
|---|---|
| add_link | Adds a link using values provided in $_POST. |
| edit_link | Updates or inserts a link using values provided in $_POST. |
| get_default_link_to_edit | Retrieves the default link for editing. |
| get_link_to_edit | Retrieves link data based on its ID. |
| wp_delete_link | Deletes a specified link from the database. |
| wp_get_link_cats | Retrieves the link category IDs associated with the link specified. |
| wp_insert_link | Inserts a link into the database, or updates an existing link. |
| wp_link_manager_disabled_message | Outputs the 'disabled' message for the WordPress Link Manager. |
| wp_set_link_cats | Updates link with the specified link categories. |
| wp_update_link | Updates a link in the database. |