Hello,
I have this PHP Warning: Undefined array key “standard” in /public_html/wp-content/plugins/booster-plus-for-woocommerce/includes/shortcodes/class-wcj-orders-shortcodes.php on line 254\n
That line contains: $atts[‘standard’] = wcj_sanitize_input_attribute_values( $atts[‘standard’] );
The PHP warning, Undefined array key “standard”, occurs because the array key “standard” is not defined in the $atts array when it is being accessed. This can happen if the shortcode that the code is handling doesn’t include the standard attribute.
I have Booster Plus for WooCommerce version 7.2.2
How to solve this?