generate_woocommerce_menu_cart_icon

generate_woocommerce_menu_cart_icon

The generate_woocommerce_menu_cart_icon filter allows you to change the icon HTML that builds the WooCommerce cart icon in the primary navigation.
Usage
Please refer to the Using Filters article to learn how to use this filter.
Examples
add_filter( 'generate_woocommerce_menu_cart_icon', 'tu_change_wc_menu_cart_icon' );
function tu_change_wc_menu_cart_icon() {
return '';
}

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註