Placeholder – city & postcode
-
Immediately after turning on the plug, placeholder cities and postcode disappear. With the plug turned off everything is ok and you can change their values. I tried:
add_filter( 'woocommerce_checkout_fields', function( $address_fields ) { $address_fields['billing']['billing_city']['placeholder'] = 'np. City placeholder'; $address_fields['billing']['billing_postcode']['placeholder'] = 'np. Postcode placeholder'; return $address_fields; }, 9999 );but it does not work when the plugin is on.
I’m using free plugin before buying. Any suggestion?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Placeholder – city & postcode’ is closed to new replies.