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/69724995/removing-links-from-product-description-woocommerce
1 line
88 B
Text
1 line
88 B
Text
add_filter( 'woocommerce_short_description', 'remove_links_from_product_descriptions');
|