Meta Box
Support › General › same taxonomy Taxonomy Advanced fields not saving data
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.
Hi there,
Please wait for me to check it. Thank you.
Hi,
I have just pushed fixed version to github: https://github.com/rilwis/meta-box/ Please pull and check it.
Thank you very much.
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.