mtekk / Breadcrumb-NavXT

The longest maintained Breadcrumb plugin for WordPress
https://mtekk.us/code/breadcrumb-navxt
52 stars 25 forks source link

Pass Term Taxonomy into term_parents #241

Closed mtekk closed 4 years ago

mtekk commented 4 years ago

To follow how we pass in the term_id, we should use the taxonomy from the term object returned by bcn_pick_post_term. This will allow bcn_pick_post_term to change the taxonomy if necessary. A longer term solution will be to change term_parents to accept the WP_Term object (see #240).