Is there a reason why the column attribute is removed from a field after the column id is created?
unset( $field['columns'] );
I'm trying to use the rwmb_get_registry( 'meta_box' )->get( $id );
function to layout a custom PDF based on the metabox field and would like to utilize the set column widths, but they have been removed from the data before I'm able to read it.
If there isn't a specific reason for this attribute to be removed, could the class-mb-columns-processor.php file be modified to remove this?
Thanks!