[Bug] flexible-checkout-fields/classes/plugin.php
-
Hi,
I found bug in file flexible-checkout-fields/classes/plugin.php.
It’s related with php 8.3, you didn’t wrap array index in isset().
unset( $base[ $key ][‘placeholder’] );
unset( $base[ $key ][‘label’] );
unset( $base[ $key ][‘class’] );
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘[Bug] flexible-checkout-fields/classes/plugin.php’ is closed to new replies.