I have a multisite I want to create a category but in a specific site. I used this functions below:
wp_create_category('mycategory', 0);
but this will create a category on the main site. I keep searching if there will be a built in function in wordpress to create a category in a specific site but it seems there is not.
Is there any easy way to create a category in a specific site?