Edit PHP code of woocommerce
-
????
?? ?? ??? ??? ???? ??? ?? ???? ??????? ???? ?? ? ??? ?? ??? ?????? ??? ???? ??? ???? ????? ???? !`add_filter( ‘woocommerce_checkout_fields’ , ‘remove_billing_postcode_checkout’ );
function remove_billing_postcode_checkout( $fields ) {
unset($fields[‘billing’][‘billing_postcode’]);
return $fields;
}
?? ??????? ???? ???? ?????The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Edit PHP code of woocommerce’ is closed to new replies.