Closed piit79 closed 3 months ago
This fixes Breadcrumb NavXT breadcrumb rendering which was removed by in ee748ab1469559c56dd26444089e0cf8646e7e36 (by mistake I assume).
I tested the change (in prod :wink:) on my WordPress/WooCommerce installation.
This change re-adds the code that calls the bcn_display() Breadcrumb NavXT function to display the breadcrumbs.
bcn_display()
YES (I guess? It adds breadcrumbs that have been missing)
Closes #4267.
@piit79 Thank you for your contribution.
:tada: This PR is included in version 3.8.11 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This fixes Breadcrumb NavXT breadcrumb rendering which was removed by in ee748ab1469559c56dd26444089e0cf8646e7e36 (by mistake I assume).
I tested the change (in prod :wink:) on my WordPress/WooCommerce installation.
Summary
This change re-adds the code that calls the
bcn_display()
Breadcrumb NavXT function to display the breadcrumbs.Will affect visual aspect of the product
YES (I guess? It adds breadcrumbs that have been missing)
Screenshots
Test instructions
Check before Pull Request is ready:
Closes #4267.