is there any way to give a category that already exists an sub-category in Woocommerce in WordPress using php? Like.. For example I have the Category "Fruit" and I want to create a sub-category called "Peach". How can I do that with php? Solution: You can use the wp_insert_term() function to do this, and taxonomy … Continue reading Adding subcategory to existing category Woocommerce WordPress
The post Adding subcategory to existing category Woocommerce WordPress appeared first on Clan VPS Host.