Checkbox tree is not working
-
After update of Metabox version 5.4.5, option tree is not working.
I am using below example code for my theme.
Option:
array( 'name' => 'Categories', 'id' => "exclude_pf_cats", 'type' => 'taxonomy', 'options' => array( 'taxonomy' => 'portfolio-categories', 'type' => 'checkbox_tree', 'args' => array() ) ),
call function:
$get_cats = rwmb_meta( 'exclude_pf_cats', 'type=taxonomy&taxonomy=portfolio-categories' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Checkbox tree is not working’ is closed to new replies.