add_filter('woocommerce_product_add_to_cart_text', 'custom_woocommerce_product_add_to_cart_text'); function custom_woocommerce_product_add_to_cart_text($text) { global $product; if ($product->is_type('external')) { return __('See Prices', 'woocommerce'); } return $text; }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter