Hi
thanks, i tested this and i recieve the following error.
Fatal error: Uncaught TypeError: RWMB_Clone::html(): Argument #1 ($meta) must be of type array, null given. meta-box\meta-box\inc\clone.php on line 6
TypeError: RWMB_Clone::html(): Argument #1 ($meta) must be of type array, null given, called in meta-box\meta-box\inc\clone.php on line 6
my code:
add_filter( 'rwmb_basket_items_field_meta', [ $this, 'dctest' ], 10, 3);
public function dctest( $value, $field, $saved ) {
// error_log(print_r($value, true));
}