mtekk / Breadcrumb-NavXT

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

Add Ability to Safely Change Default Values of Select Settings #270

Closed mtekk closed 2 years ago

mtekk commented 2 years ago

Some themes were using the bcn_settings_init filter to provide customized default settings. With changes made in 7.0.0 and 7.0.1, this no longer worked. While it's unsafe to just let the default objects to be overwritten, we can allow a subset to be overridden in value only.