This topic contains 3 replies, has 2 voices, and was last updated by Anh Tran 1 year, 9 months ago.
- Topic
Hi We’ve been using the plugin for a few years now so a lot of our code uses the old way of handling Taxonomy
$tax_list = rwmb_meta( '', 'type=taxonomy&taxonomy=stuff' );
Been trying to convert the code to see if it fixes a ‘property of non-object’ problem that has appeared since upgrading to the latest version of metabox.
We are finding that if we use the new simple format:
$tax_list = rwmb_meta( 'stuff' );
nothing is being returned if we try to use it or even print out the array.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.