mtekk / Breadcrumb-NavXT

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

Use taxonomy loop for all taxonomies #294

Closed alleknalle closed 7 months ago

alleknalle commented 7 months ago

On my website I have disabled the default post_tag en category taxonomies. This causes the admin page of the plugin to break with a fatal error, since $this->form->textbox() requires the first argument to be of type mtekk\adminKit\setting\setting, but it is null. In the code there is already a FIXME to use taxonomy loop for all taxonomies, just it's done for post. Could you implements this?

See https://github.com/mtekk/Breadcrumb-NavXT/blob/9d9b709c88fe272c672b35f68fe337b3056d807c/class.bcn_admin.php#L673

mtekk commented 7 months ago

Fixed in a943da1