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