I have a meta like this:
array(
'name' => __( 'Related proceedings', 'textdomain' ),
'placeholder' => __( 'Select the related proceedings', 'textdomain' ),
'id' => "{$prefix}related_prod",
'type' => 'taxonomy',
'taxonomy' => 'category',
'field_type' => 'select_advanced',
'add_new' => true,
),
How could set up a value to this meta field?
I've tried with rwmb_set_value but I couldn't manage to work.