Support Forum
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.