Last updated 6 years ago
Checkbox with CPT (custom post type) categories learn more query_args
array( 'id' => 'unique_option_311', 'type' => 'checkbox', 'title' => 'Checkbox for CPT Posts', 'options' => 'categories', 'query_args' => array( 'type' => 'movies', 'taxonomy' => 'movies_taxonomy', 'orderby' => 'post_date', 'order' => 'DESC', ), ),