mtekk / Breadcrumb-NavXT

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

Check for array member before use in wp_taxonomies in maybe_add_post_type_arg #290

Closed mtekk closed 10 months ago

mtekk commented 10 months ago

Looks like some plugins may break the API promise and not have a member of the $wp_taxonomies['taxonomy']->object_type[0] array slot. We should check that it is set before using.