-
Notifications
You must be signed in to change notification settings - Fork 566
Closed
Description
When using CMB2 everything shows fine on the front end, but when I go to look at my post editor (where I show a custom taxonomy multicheck) I get errors
Warning: Illegal string offset 'taxonomy' in /Users/ipstenu/Documents/Websites/lezwatchtv.dev/wp-includes/taxonomy.php on line 1192
Notice: Array to string conversion in /Users/ipstenu/Documents/Websites/lezwatchtv.dev/wp-includes/taxonomy.php on line 1192
And then ALL the taxonomies show in one big fugly section.
The tax grab is the very basic:
$cmb_showdetails->add_field( array(
'name' => 'Cliché Plotlines',
'id' => $prefix . 'cliches',
'taxonomy' => 'lez_cliches', //Enter Taxonomy Slug
'type' => 'taxonomy_multicheck',
'select_all_button' => false,
) );
I'm pretty sure this is all related to https://core.trac.wordpress.org/changeset/37572
Metadata
Metadata
Assignees
Labels
No labels