name ) ) $category->name = ''; if ( ! isset( $category->slug ) ) $category->slug = ''; if ( ! isset( $category->parent ) ) $category->parent = ''; if ( ! isset( $category->description ) ) $category->description = ''; } do_action('edit_category_form_pre', $category); _fill_empty_category($category); ?>