same taxonomy Taxonomy Advanced fields not saving data

Support General same taxonomy Taxonomy Advanced fields not saving data

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #6962
    yumikomyumikom
    Participant

    Dear Giang,

    I found a problem.
    Use function rwmb_meta with taxonomy_advanced field and it's return value is all terms!

    Use function get_post_meta works fine it's return value string array.

    get_post_meta return array(1) { [0]=> string(7) "332,333" }
    rwmb_meta return WP_term object of all terms in taxonomy_advanced selected taxonomy.

    Best regards.

    #7007
    Truong GiangTruong Giang
    Participant

    Hi there,

    Please wait for me to check it. Thank you.

    #7009
    Truong GiangTruong Giang
    Participant

    Hi,

    I have just pushed fixed version to github: https://github.com/rilwis/meta-box/
    Please pull and check it.

    Thank you very much.

    #7019
    yumikomyumikom
    Participant

    Hi,

    I downloaded and tested taxonomy-advanced.php.
    It's works fine! rwmb_meta() use with taxonomy_advanced and return WP_Term array.
    I'm thankful for fixed problem.

Viewing 4 posts - 16 through 19 (of 19 total)
  • The topic ‘same taxonomy Taxonomy Advanced fields not saving data’ is closed to new replies.