Overwrite Taxonomies’ Breadcrumbs
-
Hi the new version of Woocommerce came with a change on taxonomy labels which impacts the breadcrumbs.
I would like to modify this line (287 of the line file includes/class-wc-breadcrumbs.php) just in my child theme:
from
$this->add_crumb( $taxonomy->labels->name );
to
$this->add_crumb( $taxonomy->labels->singular_name );
Does anyone how to do that?
Could anyone please help?
Thanks
F.
- The topic ‘Overwrite Taxonomies’ Breadcrumbs’ is closed to new replies.