mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
https://stackoverflow.com/questions/44839975/hide-variation-info-from-cart-item-title-in-woocommerce-3 https://wordpress.org/support/topic/order-name-showing-variations-since-update-to-version-3/
1 line
90 B
Text
1 line
90 B
Text
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
|