php 删除WooCommerce Storefront主题手持式页脚栏链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 删除WooCommerce Storefront主题手持式页脚栏链接相关的知识,希望对你有一定的参考价值。

add_filter( 'storefront_handheld_footer_bar_links', 'remove_sf_handheld_footer_links' );
function remove_sf_handheld_footer_links( $links ) {

	unset( $links['my-account'] );
	//unset( $links['search'] );
	unset( $links['cart'] );

	return $links;
}

以上是关于php 删除WooCommerce Storefront主题手持式页脚栏链接的主要内容,如果未能解决你的问题,请参考以下文章

php [WooCommerce Core]删除WooCommerce页面上的面包屑(On Woo主题)

php 删除“woocommerce_before_main_content”和“woocommerce_result_count”也删除“woocommere_breadcrumb”

php 从WooCommerce中删除侧边栏

php 删除WooCommerce结果计数

php 取消/删除WooCommerce电子邮件

php WooCommerce |从类别中删除产品数量