-
$this->get_field_id( 'categories' ), 'field_name' => $this->get_field_name( 'categories' ) ) );
$args = array(
'descendants_and_self' => 0,
'selected_cats' => $cats,
'popular_cats' => false,
'walker' => $acw_walker,
'taxonomy' => 'category',
'checked_ontop' => true,
);
wp_category_checklist( 0, 0, $cats, false, $acw_walker, false);
?>