wp-admin/includes/bookmark.php
Lines:
1 to 29 of 29
<?php /** * WordPress Bookmark Administration API * * @package WordPress * @subpackage Administration */ /* function add_link() – Add a link to using values provided in $_POST. */ /* function edit_link() – Updates or inserts a link using values provided in $_POST. */ /* function get_default_link_to_edit() – Retrieves the default link for editing. */ /* function wp_delete_link() – Deletes a specified link from the database. */ /* function wp_get_link_cats() – Retrieves the link categories associated with the link specified. */ /* function get_link_to_edit() – Retrieves link data based on its ID. */ /* function wp_insert_link() – Inserts/updates links into/in the database. */ /* function wp_set_link_cats() – Update link with the specified link categories. */ /* function wp_update_link() – Updates a link in the database. */ /* function wp_link_manager_disabled_message() – Outputs the ‘disabled’ message for the WordPress Link Manager. */