Closed mboynes closed 1 year ago
This PR aims to resolve #20. clean_term_cache() is being called incorrectly; when passing term taxonomy IDs, the taxonomy should be omitted. When including the taxonomy, the first value is assumed to be term IDs.
clean_term_cache()
In addition, this PR updates the unit tests to use the yoast polyfill.
This PR aims to resolve #20.
clean_term_cache()
is being called incorrectly; when passing term taxonomy IDs, the taxonomy should be omitted. When including the taxonomy, the first value is assumed to be term IDs.In addition, this PR updates the unit tests to use the yoast polyfill.