dsffenny (August 5th, 2015)
$output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" . '<label class="selectit"><input value="' . $category->term_id . '" type="checkbox" ' . $input_class . ' name="'.$name.'[]" id="in-'.$taxonomy.'-' . $category->term_id . '"' . checked( in_array( $category->term_id, $selected_cats ), true, false ) . disabled( empty( $args['disabled'] ), false, false ) . ' /> ' . esc_html( $label ) . '</label>';
$output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" . '<label class="selectit"><input checked="checked" value="' . $category->term_id . '" type="checkbox" ' . $input_class . ' name="'.$name.'[]" id="in-'.$taxonomy.'-' . $category->term_id . '"' . checked( in_array( $category->term_id, $selected_cats ), true, false ) . disabled( empty( $args['disabled'] ), false, false ) . ' /> ' . esc_html( $label ) . '</label>';
#categories.form-field, #category-fields div.featured-head h3 {display:none;}
dsffenny (August 5th, 2015)
There are currently 1 users browsing this thread. (0 members and 1 guests)