I just tested with Yoast 4.2.8 and it does work.
Any thoughts on changing dropbox authentication to just have access to an app folder? I really like the plugin but giving it full access to the company dropbox account is not and option
Ok, I have a work around. Outside the php script instance that you used to create the categories, you call – clean_term_cache(”,’category’);
You have to do this outside the instances where you created the categories so you dont just add the line to the end of your script. I have a form that my users use to create the categories. Once I have created the categories I then show a form with a button to clean up the hierarchy. When the user presses that button I call – clean_term_cache(”,’category’);