I'm trying to code a script to set up programmatically various features of a new site including widgets, posts, pages and links. Most of this is working fine using add_option() and wp_insert_post() etc but I can't find anything in the Function reference like wp_insert_post() to enable programmatic creation or updating of bookmarks?
Is there a way to programmatically:
1. Insert a new bookmark, specifying name, URL, description etc
2. Manage link categories, i.e. rename, delete or create new categories?
thanks v much
Steph