Saltar al contenido principal

Interface: WpCategory

Defined in: src/types/index.ts:1381

A WordPress category.

Properties

count

count: number

Defined in: src/types/index.ts:1383


description

description: string

Defined in: src/types/index.ts:1384


id

id: number

Defined in: src/types/index.ts:1382


link: string

Defined in: src/types/index.ts:1385


meta

meta: Record<string, unknown>

Defined in: src/types/index.ts:1389


name

name: string

Defined in: src/types/index.ts:1386


parent

parent: number

Defined in: src/types/index.ts:1388


slug

slug: string

Defined in: src/types/index.ts:1387