Home URL not changing
-
Hello, i’ve installed WooCommerce Breadcrumbs and added code ‘woocommerce_breadcrumb();’ in my header PHP page. It works fine.
But when i add a custom function to change Home url in my functions.php, nothing happens. The code added is here https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/ :
add_filter( 'woocommerce_breadcrumb_home_url', 'woo_custom_breadrumb_home_url' ); function woo_custom_breadrumb_home_url() { return 'https://woothemes.com'; }
My wordpress theme (kalium) has no breadcrumb by default.
Thanks for help.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Home URL not changing’ is closed to new replies.