WooCommerce:重命名产品详情页 “Description” 的副标题

Posted by: Fengjiajun Comments: 0

WooCommerce:重命名产品详情页 “Description” 的副标题

产品详情页的 “Description” 的副标题,如下图所示:

function fjj_rename_description_tab_heading() {
return 'Product Features';
}
add_filter( 'woocommerce_product_description_heading', 'fjj_rename_description_tab_heading' );