mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://stackoverflow.com/questions/66217896/show-the-name-of-the-chosen-variation-under-the-product-title-on-the-my-account
2 lines
166 B
Text
2 lines
166 B
Text
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
|
|
add_filter( 'woocommerce_is_attribute_in_product_name', '__return_false' );
|