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