mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
https://www.businessbloomer.com/woocommerce-hide-product-prices-from-google/ https://aceplugins.com/remove-structured-data-partially-from-woocommerce/
1 line
83 B
Text
1 line
83 B
Text
add_filter( 'woocommerce_structured_data_product_offer', '__return_empty_array' );
|