Saltar al contenido principal

Interface: WpPage

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

A WordPress page.

Extends

Properties

_embedded?

optional _embedded?: WpEmbedded

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

Embedded resources (author, featured media). Available when using _embed.


acf?

optional acf?: WpAcfFields

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

ACF (Advanced Custom Fields) data. Available when using ACF plugin.


author

author: number

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


comment_status

comment_status: string

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


content

content: object

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

protected

protected: boolean

rendered

rendered: string


date

date: string

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

Inherited from

WpBaseEntity.date


date_gmt

date_gmt: string

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

Inherited from

WpBaseEntity.date_gmt


excerpt

excerpt: object

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

protected

protected: boolean

rendered

rendered: string


featured_media: number

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


id

id: number

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

Inherited from

WpBaseEntity.id


link: string

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

Inherited from

WpBaseEntity.link


menu_order: number

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


meta

meta: Record<string, unknown>

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


modified

modified: string

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

Inherited from

WpBaseEntity.modified


modified_gmt

modified_gmt: string

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

Inherited from

WpBaseEntity.modified_gmt


parent

parent: number

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


ping_status

ping_status: string

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


slug

slug: string

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

Inherited from

WpBaseEntity.slug


status

status: string

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

Inherited from

WpBaseEntity.status


template

template: string

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


title

title: object

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

rendered

rendered: string