mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
3ec0be7c0b
widget will not display if taxonomy is changed and new term is not selected. for some reason, the term doesn't select with ajax so the $instance['term'] may end up mismatching with the $instance['taxonomy'], which can throw lots of errors. for now, I'm dealing with this by making the entire widget disappear if there is a problem.