Getting field value from Custom Table for Taxonomy

Support MB Custom Table Getting field value from Custom Table for TaxonomyResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36281
    Trang NguyenTrang Nguyen
    Participant

    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!

    #36292
    Long NguyenLong Nguyen
    Moderator

    Hi,

    It looks like you've created the same question on this topic https://support.metabox.io/topic/custom-table-for-taxonomy-with-wpgridbuilder/
    please discuss there and I will close this one.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.