Taxonomy_Single_Term
Taxonomy_Single_Term copied to clipboard
default term not working
both
$custom_tax_mb->set( 'default', 'for-sale' ); and $custom_tax_mb->set( 'default', 'For Sale' ); don't seem to work. Is there some way I can debug this? or are there additional settings I need to apply? I've tried for both existing posts and for new posts and no default is selected.
I've solved this by using the term id instead of the slug or name. Seems weird though since the readme says any of the three should work.
Thanks for the awesome plugin!