• 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.

    • This topic was modified 7 years, 10 months ago by robot76.
  • The topic ‘Overwrite Taxonomies’ Breadcrumbs’ is closed to new replies.