php [WooCommerce Core]将主链接更改为其他URL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [WooCommerce Core]将主链接更改为其他URL相关的知识,希望对你有一定的参考价值。

add_filter( 'woocommerce_breadcrumb_home_url', 'woo_custom_breadrumb_home_url' );
function woo_custom_breadrumb_home_url() {
    return 'http://woothemes.com';
}

以上是关于php [WooCommerce Core]将主链接更改为其他URL的主要内容,如果未能解决你的问题,请参考以下文章

php [WooCommerce Core]将主链接更改为其他URL

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]自定义WooCommerce面包屑

php [WooCommerce Core]自定义WooCommerce面包屑