Mika MAtikainen

Apr 15, 2020 · 4 min read

How to Change the home link to a different URL in WordPress?

/**
 * Replace the home link URL
 */
add_filter( 'woocommerce_breadcrumb_home_url', 'wpsc_woo_custom_breadrumb_home_url' );
function wpsc_woo_custom_breadrumb_home_url() {
    return 'http://woocommerce.com';
}

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This