mtekk / Breadcrumb-NavXT

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

Move `bcn_settings_init` to top of `setup_setting_defaults` #264

Closed mtekk closed 2 years ago

mtekk commented 2 years ago

Since 3rd parties were using bcn_settings_init to manually set/change the default settings, we moved to settings objects, and 3rd parties did not update prior to 7.0, we are moving this to the top of the function to prevent invalid items in the settings array for any of the default settings.