Saltar al contenido principal

Interface: WpCommentCreate

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

Payload for creating a WordPress comment.

Properties

author?

optional author?: number

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


author_email?

optional author_email?: string

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


author_name?

optional author_name?: string

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


author_url?

optional author_url?: string

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


content

content: string

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


meta?

optional meta?: Record<string, unknown>

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


parent?

optional parent?: number

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


post

post: number

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


status?

optional status?: string

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