mtekk / Breadcrumb-NavXT

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

Check for WP_Post_Type before use in settings_init #280

Closed mtekk closed 1 year ago

mtekk commented 2 years ago

We currently assume that the global WP post types array only contains proper WP_Post_Type object. Apparently, this isn't always the case. We can check for object type and maybe properties before using. Should also add a check and warning in the settings page.