Closed MickeyKay closed 8 years ago
I'm outputting a CMB2 metabox on categories and the "priority" arg doesn't seem to have any effect. Here's the code I'm using:
$metabox = new_cmb2_box( array( 'id' => $prefix . 'related-content-cat', 'title' => __( 'Related Content Items', 'mkp-holacracy' ), 'object_types' => array( 'term' ), 'taxonomies' => array( 'category', 'post_tag' ), 'new_term_section' => true, 'priority' => 'high' ) );
I've tried all possible priority values and none seems to change the output. Any ideas?
Sorry, wrong repo :)
I'm outputting a CMB2 metabox on categories and the "priority" arg doesn't seem to have any effect. Here's the code I'm using:
I've tried all possible priority values and none seems to change the output. Any ideas?