"> ;">


"> $this->get_field_name( 'theme' ), 'id' => $this->get_field_id( 'theme' ) ) ); ?>


get_field_id( 'cats' ); ?>

    $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); ?>
Post type

    true, '_builtin' => false ); $post_types = get_post_types($args); echo ''; foreach($post_types as $type) { echo ''; } ?>