Closed shelakhteh closed 3 years ago
hi I tried to call the post type category via the following code. But I could not. array( 'id' => 'home_book_cat', 'label' => 'Category', 'type' => 'category-checkbox', 'post_type' => 'book', 'taxonomy' => 'book_cat', 'choices' => array(), ),
array( 'id' => 'home_book_cat', 'label' => 'Category', 'type' => 'category-checkbox', 'post_type' => 'book', 'taxonomy' => 'book_cat', 'choices' => array(), ),
hi I tried to call the post type category via the following code. But I could not.
array( 'id' => 'home_book_cat', 'label' => 'Category', 'type' => 'category-checkbox', 'post_type' => 'book', 'taxonomy' => 'book_cat', 'choices' => array(), ),