taxonomy issue
-
I downloaded your plugin, Breadcrumb NavXT, and it works great! Really does what it promises to do,
Only problem that I have is that I get this warning:Warning: Missing argument 2 for eventorganiser_update_venue_meta_cache() in /home/deb*****/domains/encorebarchem.nl/public_html/wp-content/plugins/event-organiser/includes/event-organiser-cpt.php on line 607
when clicking on a venue (generated in event-organiser). First I started looking for an answer in the wordpress support forums. I found this answer by the author of the event-organiser plugin:
I’ve not be able to confirm this yet – but if I’m right – it’s in fact a bug with the breadcrumb plug-in. I’ve noticed in breadcrumb_navxt_class.php they have
//Run through a filter for good measure
$term->name = apply_filters(“get_$taxonomy”, $term->name)That is an incorrect use of the filter (its often best to avoid manually calling core filters anyway): term names can be common across taxonomies, so the taxonomy of the term should also be passed as a second argument
I’m not a developer and I don’t know how to fix this. Could you help me out with this?
Regards,
Gert-Jan
https://www.encorebarchem.nl/agenda
- The topic ‘taxonomy issue’ is closed to new replies.