Interface: WpCommentCreate
Defined in: src/types/index.ts:1446
Payload for creating a WordPress comment.
Properties
author?
optionalauthor?:number
Defined in: src/types/index.ts:1450
author_email?
optionalauthor_email?:string
Defined in: src/types/index.ts:1452
author_name?
optionalauthor_name?:string
Defined in: src/types/index.ts:1451
author_url?
optionalauthor_url?:string
Defined in: src/types/index.ts:1453
content
content:
string
Defined in: src/types/index.ts:1449
meta?
optionalmeta?:Record<string,unknown>
Defined in: src/types/index.ts:1455
parent?
optionalparent?:number
Defined in: src/types/index.ts:1448
post
post:
number
Defined in: src/types/index.ts:1447
status?
optionalstatus?:string
Defined in: src/types/index.ts:1454