name; if ( ! isset( $args['popular_cats'] ) ) { $args['popular_cats'] = array(); } if ( ! isset( $args['selected_cats'] ) ) { $args['selected_cats'] = array(); } $class = ''; $inner_class = ''; if ( ! empty( $args['list_only'] ) ) { $aria_checked = 'false'; $inner_class = 'category'; $output .= "\n" . '' . ''; } else { $output .= "\n
  • " . ''; } } }