удалить в изменить адрес доставки - город

PHOTO EMBED

Mon Dec 12 2022 11:07:15 GMT+0000 (Coordinated Universal Time)

Saved by @mastaklance

/**
 * Remove country and city fields from shipping calculator and disable "calculate shipping" toggle non-sense.
**/
add_filter( 'woocommerce_shipping_calculator_enable_country', '__return_false' );
add_filter( 'woocommerce_shipping_calculator_enable_city', '__return_false' );
content_copyCOPY