Columns attribute removed from field

Support MB Columns Columns attribute removed from field

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #14472
    Joe AndersonJoe Anderson
    Participant

    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!

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.