Tagged Questions
1
vote
1answer
51 views
Get the name an the description of a link category
I have a link category with the id $id=23; and the slug $slug=friends;. I managed to read all links from that category using get_bookmarks($id).
Now I also want to use the name and the description ob ...