sb-lc

Results 5 comments of sb-lc

I am also getting an empty value using: echo '``: '. print_r( Taxonomy_MetaData::get( 'curriculum_areas', 96), true ) .'``';

I am using cmb2, but this also returns an empty value : `echo ': '. print_r( Taxonomy_MetaData_CMB2::get( 'curriculum_areas', 96), true ) .'';` the parameters are definite correct

unfortunately, this didn't work, it outputs nothing just like calling it without the 3rd parameter

the public function get_meta() in taxonomy_metadata_cmb2.php returns nothing. the check for class CMB2 returns false.

thanks for the reply, it seems that CMB2/init.php doesn't include the class early enough because its priority is set to 9999, therefore it is not available for use at the...