Checkbox with Categories
CHECKBOX WITH CATEGORIES
Checkbox with default wordpress categories learn more query_args
Demo

array(
'id' => 'unique_option_308',
'type' => 'checkbox',
'title' => 'Checkbox for Posts',
'options' => 'categories',
'query_args' => array(
'orderby' => 'name',
'order' => 'ASC',
),
),
Last updated