Hi!
I created some fields for a taxonomy and stored the data on a custom table.
I tried this code to get the field value but seems like it is not the correct way:
$value = rwmb_meta( $field_id, ['storage_type' => 'custom_table', 'table' => $table_name], ['object_type' => 'term'], $term_id );
echo $value;
Could you please help!
Thank you!