[Plugin: WooCommerce] Changing 'Choose option..' from menu
-
Hi.
I know I can set a default variable for a product, but is there a way to change the ‘Choose option…’ in the drop-down menu? I tried this without result:
function replace_text_wps($text) { $text = str_replace('Choose An Option...', 'Choose An Option to see the price...', $text); return $text; } add_filter('Select','replace_text_wps');
- The topic ‘[Plugin: WooCommerce] Changing 'Choose option..' from menu’ is closed to new replies.